#966DC5

Color #966DC5 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #966DC5

Tints of Lilac Bush #966DC5

Color information

#966DC5 (or 0x966DC5) is unknown color: approx Lilac Bush. HEX triplet: 96, 6D and C5. RGB value is (150,109,197). Sum of RGB (Red+Green+Blue) = 150+109+197=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #966DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DC5 is #69923A. Grayscale: #828282. Windows color (decimal): -6918715 or 12938646. OLE color: 12938646.

HSL color Cylindrical-coordinate representation of color #966DC5: hue angle of 267.95º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966DC5 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB150109197-
CMYK0.240.4500.23
HSL267.95º43.14%60%-
HSV(B)267.95º44.67%77.25%-
XYZ28.1221.4555.48-
YUV131.29165.08141.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 197 (77.34% from 255) = 43.20%
R=32.89%
G=23.90%
B=43.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501091970.240.4500.23267.9543.1460
Hex966DC5182D01710c2b3c
Octal22615530530550274145374
Binary1001011011011011100010111000101101010111100001100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,109,197); }

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

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

 a { background-color: rgb(150,109,197); }

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

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

 span { border-color: rgb(150,109,197); }

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