Html Css Color HEX #966ECE Lilac Bush

📋 copy color: '#966ECE'

red 150 ◦ green 110 ◦ blue 206

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

Shades of Lilac Bush #966ECE

Tints of Lilac Bush #966ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 32.19%
G = 23.61%
B = 44.21%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#966ECE (or 0x966ECE) is known color: Lilac Bush. HEX triplet: 96, 6E and CE. RGB value is (150,110,206). Sum of RGB (Red+Green+Blue) = 150+110+206=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #966ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ECE is #699131. Grayscale: #848484. Windows color (decimal): -6918450 or 13528726. OLE color: 13528726.

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

Color convert

RGB 150 110 206 -
CMYK 0.27 0.47 0 0.19
HSL 265º 0.49% 0.62% -
HSV(B) 265º 0.47% 0.81% -
XYZ 29.29 22.09 61.11 -
YUV 132.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 150 110 206 0.27 0.47 0 0.19 265 0.49 0.62
Hex 96 6E CE 1B 2F 0 13 109 31 3E
Octal 226 156 316 33 57 0 23 411 61 76
Binary 10010110 1101110 11001110 11011 101111 0 10011 100001001 110001 111110

Color Harmonies of #966ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966ECE

Black with #966ECE

Text Example


Text Example

White with #966ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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