Html Css Color HEX #966EBD Lilac Bush

📋 copy color: '#966EBD'

red 150 ◦ green 110 ◦ blue 189

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

Shades of Lilac Bush #966EBD

Tints of Lilac Bush #966EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 33.41%
G = 24.5%
B = 42.09%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#966EBD (or 0x966EBD) is known color: Lilac Bush. HEX triplet: 96, 6E and BD. RGB value is (150,110,189). Sum of RGB (Red+Green+Blue) = 150+110+189=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #966EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EBD is #699142. Grayscale: #828282. Windows color (decimal): -6918467 or 12414614. OLE color: 12414614.

HSL color Cylindrical-coordinate representation of color #966EBD: hue angle of 270.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #966EBD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 110 189 -
CMYK 0.21 0.42 0 0.26
HSL 270.38º 0.37% 0.59% -
HSV(B) 270.38º 0.42% 0.74% -
XYZ 27.34 21.31 50.82 -
YUV 130.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 150 110 189 0.21 0.42 0 0.26 270.38 0.37 0.59
Hex 96 6E BD 15 2A 0 1A 10E 25 3B
Octal 226 156 275 25 52 0 32 416 45 73
Binary 10010110 1101110 10111101 10101 101010 0 11010 100001110 100101 111011

Color Harmonies of #966EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966EBD

Black with #966EBD

Text Example


Text Example

White with #966EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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