#966fcf

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

Shades of Lilac Bush #966FCF

Tints of Lilac Bush #966FCF

Color information

#966FCF (or 0x966FCF) is unknown color: approx Lilac Bush. HEX triplet: 96, 6F and CF. RGB value is (150,111,207). Sum of RGB (Red+Green+Blue) = 150+111+207=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #966FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FCF is #699030. Grayscale: #858585. Windows color (decimal): -6918193 or 13594518. OLE color: 13594518.

HSL color Cylindrical-coordinate representation of color #966FCF: hue angle of 264.38º degrees, saturation: 0.5, 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 #966FCF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150111207-
CMYK0.280.4600.19
HSL264.38º50%62.35%-
HSV(B)264.38º46.38%81.18%-
XYZ29.5222.3661.79-
YUV133.61169.42139.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.05%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=32.05%
G=23.72%
B=44.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501112070.280.4600.19264.385062.35
Hex966FCF1C2E013108323e
Octal22615731734560234106276
Binary1001011011011111100111111100101110010011100001000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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