Html Css Color HEX #996EBE Lilac Bush

📋 copy color: '#996EBE'

red 153 ◦ green 110 ◦ blue 190

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

Shades of Lilac Bush #996EBE

Tints of Lilac Bush #996EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 33.77%
G = 24.28%
B = 41.94%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#996EBE (or 0x996EBE) is known color: Lilac Bush. HEX triplet: 99, 6E and BE. RGB value is (153,110,190). Sum of RGB (Red+Green+Blue) = 153+110+190=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #996EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996EBE is #669141. Grayscale: #838383. Windows color (decimal): -6721858 or 12480153. OLE color: 12480153.

HSL color Cylindrical-coordinate representation of color #996EBE: hue angle of 272.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996EBE is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 110 190 -
CMYK 0.19 0.42 0 0.25
HSL 272.25º 0.38% 0.59% -
HSV(B) 272.25º 0.42% 0.75% -
XYZ 28.01 21.64 51.42 -
YUV 131.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 153 110 190 0.19 0.42 0 0.25 272.25 0.38 0.59
Hex 99 6E BE 13 2A 0 19 110 26 3B
Octal 231 156 276 23 52 0 31 420 46 73
Binary 10011001 1101110 10111110 10011 101010 0 11001 100010000 100110 111011

Color Harmonies of #996EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996EBE

Black with #996EBE

Text Example


Text Example

White with #996EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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