#966FCA

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

Shades of Lilac Bush #966FCA

Tints of Lilac Bush #966FCA

Color information

#966FCA (or 0x966FCA) is unknown color: approx Lilac Bush. HEX triplet: 96, 6F and CA. RGB value is (150,111,202). Sum of RGB (Red+Green+Blue) = 150+111+202=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #966FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FCA is #699035. Grayscale: #848484. Windows color (decimal): -6918198 or 13266838. OLE color: 13266838.

HSL color Cylindrical-coordinate representation of color #966FCA: hue angle of 265.71º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966FCA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150111202-
CMYK0.260.4500.21
HSL265.71º46.19%61.37%-
HSV(B)265.71º45.05%79.22%-
XYZ28.9222.1258.62-
YUV133.04166.92140.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.40%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=32.40%
G=23.97%
B=43.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501112020.260.4500.21265.7146.1961.37
Hex966FCA1A2D01510a2e3d
Octal22615731232550254125675
Binary1001011011011111100101011010101101010101100001010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,202); }

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

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

 a { background-color: rgb(150,111,202); }

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

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

 span { border-color: rgb(150,111,202); }

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