Html Css Color HEX #996ABE Lilac Bush

📋 copy color: '#996ABE'

red 153 ◦ green 106 ◦ blue 190

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

Shades of Lilac Bush #996ABE

Tints of Lilac Bush #996ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

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

R = 34.08%
G = 23.61%
B = 42.32%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#996ABE (or 0x996ABE) is known color: Lilac Bush. HEX triplet: 99, 6A and BE. RGB value is (153,106,190). Sum of RGB (Red+Green+Blue) = 153+106+190=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #996ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ABE is #669541. Grayscale: #818181. Windows color (decimal): -6722882 or 12479129. OLE color: 12479129.

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

Color convert

RGB 153 106 190 -
CMYK 0.19 0.44 0 0.25
HSL 273.57º 0.39% 0.58% -
HSV(B) 273.57º 0.44% 0.75% -
XYZ 27.59 20.8 51.28 -
YUV 129.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 153 106 190 0.19 0.44 0 0.25 273.57 0.39 0.58
Hex 99 6A BE 13 2C 0 19 112 27 3A
Octal 231 152 276 23 54 0 31 422 47 72
Binary 10011001 1101010 10111110 10011 101100 0 11001 100010010 100111 111010

Color Harmonies of #996ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996ABE

Black with #996ABE

Text Example


Text Example

White with #996ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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