Html Css Color HEX #966ECC Lilac Bush

📋 copy color: '#966ECC'

red 150 ◦ green 110 ◦ blue 204

#966ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #966ECC

Tints of Lilac Bush #966ECC

RGB

 RED value IS 150 (58.98% from 255) = 32.33%

 GREEN value IS 110 (43.36% from 255) = 23.71%

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 32.33%
G = 23.71%
B = 43.97%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#966ECC (or 0x966ECC) is known color: Lilac Bush. HEX triplet: 96, 6E and CC. RGB value is (150,110,204). Sum of RGB (Red+Green+Blue) = 150+110+204=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #966ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ECC is #699133. Grayscale: #848484. Windows color (decimal): -6918452 or 13397654. OLE color: 13397654.

HSL color Cylindrical-coordinate representation of color #966ECC: hue angle of 265.53º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #966ECC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 110 204 -
CMYK 0.26 0.46 0 0.2
HSL 265.53º 0.48% 0.62% -
HSV(B) 265.53º 0.46% 0.8% -
XYZ 29.05 22 59.84 -
YUV 132.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 150 110 204 0.26 0.46 0 0.2 265.53 0.48 0.62
Hex 96 6E CC 1A 2E 0 14 10A 30 3E
Octal 226 156 314 32 56 0 24 412 60 76
Binary 10010110 1101110 11001100 11010 101110 0 10100 100001010 110000 111110

Color Harmonies of #966ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966ECC

Black with #966ECC

Text Example


Text Example

White with #966ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,110,204); }

 H1.HeaderClassName
 {
   color: #966ECC;
 }
 .AnyTagClassName
 {
   color: #966ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(150,110,204); }

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

border-color css

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

 span { border-color: rgb(150,110,204); }

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