#966FCE

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

Shades of Lilac Bush #966FCE

Tints of Lilac Bush #966FCE

Color information

#966FCE (or 0x966FCE) is unknown color: approx Lilac Bush. HEX triplet: 96, 6F and CE. RGB value is (150,111,206). Sum of RGB (Red+Green+Blue) = 150+111+206=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #966FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FCE is #699031. Grayscale: #858585. Windows color (decimal): -6918194 or 13528982. OLE color: 13528982.

HSL color Cylindrical-coordinate representation of color #966FCE: hue angle of 264.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #966FCE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150111206-
CMYK0.270.4600.19
HSL264.63º49.22%62.16%-
HSV(B)264.63º46.12%80.78%-
XYZ29.422.3161.15-
YUV133.49168.92139.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=32.12%
G=23.77%
B=44.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501112060.270.4600.19264.6349.2262.16
Hex966FCE1B2E013109313e
Octal22615731633560234116176
Binary1001011011011111100111011011101110010011100001001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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