Html Css Color HEX #966ECD Lilac Bush

📋 copy color: '#966ECD'

red 150 ◦ green 110 ◦ blue 205

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

Shades of Lilac Bush #966ECD

Tints of Lilac Bush #966ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 32.26%
G = 23.66%
B = 44.09%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#966ECD (or 0x966ECD) is known color: Lilac Bush. HEX triplet: 96, 6E and CD. RGB value is (150,110,205). Sum of RGB (Red+Green+Blue) = 150+110+205=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #966ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ECD is #699132. Grayscale: #848484. Windows color (decimal): -6918451 or 13463190. OLE color: 13463190.

HSL color Cylindrical-coordinate representation of color #966ECD: hue angle of 265.26º degrees, saturation: 0.49, 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 #966ECD is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 110 205 -
CMYK 0.27 0.46 0 0.20
HSL 265.26º 0.49% 0.62% -
HSV(B) 265.26º 0.46% 0.8% -
XYZ 29.17 22.04 60.47 -
YUV 132.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 150 110 205 0.27 0.46 0 0.20 265.26 0.49 0.62
Hex 96 6E CD 1B 2E 0 14 109 31 3E
Octal 226 156 315 33 56 0 24 411 61 76
Binary 10010110 1101110 11001101 11011 101110 0 10100 100001001 110001 111110

Color Harmonies of #966ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966ECD

Black with #966ECD

Text Example


Text Example

White with #966ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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