#966CD6

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

Shades of Medium Purple #966CD6

Tints of Medium Purple #966CD6

Color information

#966CD6 (or 0x966CD6) is unknown color: approx Medium Purple. HEX triplet: 96, 6C and D6. RGB value is (150,108,214). Sum of RGB (Red+Green+Blue) = 150+108+214=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #966CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CD6 is #699329. Grayscale: #848484. Windows color (decimal): -6918954 or 14052502. OLE color: 14052502.

HSL color Cylindrical-coordinate representation of color #966CD6: hue angle of 263.77º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966CD6 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150108214-
CMYK0.300.5000.16
HSL263.77º56.38%63.14%-
HSV(B)263.77º49.53%83.92%-
XYZ30.0822.0666.29-
YUV132.64173.91140.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.78%
GREEN value IS 108 (42.58% from 255) = 22.88%
BLUE value IS 214 (83.98% from 255) = 45.34%
R=31.78%
G=22.88%
B=45.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501082140.300.5000.16263.7756.3863.14
Hex966CD61E32010108383f
Octal22615432636620204107077
Binary1001011011011001101011011110110010010000100001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966CD6; }

 p { color: rgb(150,108,214); }

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

<style>
 a { background-color: #966CD6; }

 a { background-color: rgb(150,108,214); }

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

<style>
 span { border-color: #966CD6; }

 span { border-color: rgb(150,108,214); }

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