#996CDF

Color #996CDF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #996CDF

Tints of Medium Purple #996CDF

Color information

#996CDF (or 0x996CDF) is unknown color: approx Medium Purple. HEX triplet: 99, 6C and DF. RGB value is (153,108,223). Sum of RGB (Red+Green+Blue) = 153+108+223=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #996CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CDF is #669320. Grayscale: #868686. Windows color (decimal): -6722337 or 14642329. OLE color: 14642329.

HSL color Cylindrical-coordinate representation of color #996CDF: hue angle of 263.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996CDF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153108223-
CMYK0.310.5200.13
HSL263.48º64.25%64.9%-
HSV(B)263.48º51.57%87.45%-
XYZ31.8222.8372.54-
YUV134.56177.91141.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 223 (87.5% from 255) = 46.07%
R=31.61%
G=22.31%
B=46.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531082230.310.5200.13263.4864.2564.9
Hex996CDF1F340D1074041
Octal2311543373764015407100101
Binary10011001110110011011111111111101000110110000011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996CDF; }

 p { color: rgb(153,108,223); }

 H1.HeaderClassName
 {
   color: #996CDF;
 }
 .AnyTagClassName
 {
   color: #996CDF;
 }
</style>
background-color css

<style>
 a { background-color: #996CDF; }

 a { background-color: rgb(153,108,223); }

 div.DivClassName
 {
   background-color: #996CDF;
 }
 .BgClassName
 {
   background-color: #996CDF;
 }
</style>
border-color css

<style>
 span { border-color: #996CDF; }

 span { border-color: rgb(153,108,223); }

 td.TdClassName
 {
   border-color: #996CDF;
 }
 .TagClassName
 {
   border-color: #996CDF;
 }
</style>