Html Css Color HEX #996EBD Lilac Bush

📋 copy color: '#996EBD'

red 153 ◦ green 110 ◦ blue 189

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

Shades of Lilac Bush #996EBD

Tints of Lilac Bush #996EBD

RGB

 RED value IS 153 (60.16% from 255) = 33.85%

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

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

R = 33.85%
G = 24.34%
B = 41.81%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#996EBD (or 0x996EBD) is known color: Lilac Bush. HEX triplet: 99, 6E and BD. RGB value is (153,110,189). Sum of RGB (Red+Green+Blue) = 153+110+189=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #996EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EBD is #669142. Grayscale: #838383. Windows color (decimal): -6721859 or 12414617. OLE color: 12414617.

HSL color Cylindrical-coordinate representation of color #996EBD: hue angle of 272.66º 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 #996EBD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 110 189 -
CMYK 0.19 0.42 0 0.26
HSL 272.66º 0.37% 0.59% -
HSV(B) 272.66º 0.42% 0.74% -
XYZ 27.9 21.6 50.84 -
YUV 131.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 153 110 189 0.19 0.42 0 0.26 272.66 0.37 0.59
Hex 99 6E BD 13 2A 0 1A 111 25 3B
Octal 231 156 275 23 52 0 32 421 45 73
Binary 10011001 1101110 10111101 10011 101010 0 11010 100010001 100101 111011

Color Harmonies of #996EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EBD

Black with #996EBD

Text Example


Text Example

White with #996EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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