Html Css Color HEX #996ABF Lilac Bush

📋 copy color: '#996ABF'

red 153 ◦ green 106 ◦ blue 191

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

Shades of Lilac Bush #996ABF

Tints of Lilac Bush #996ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.44%

R = 34%
G = 23.56%
B = 42.44%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#996ABF (or 0x996ABF) is known color: Lilac Bush. HEX triplet: 99, 6A and BF. RGB value is (153,106,191). Sum of RGB (Red+Green+Blue) = 153+106+191=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #996ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996ABF is #669540. Grayscale: #818181. Windows color (decimal): -6722881 or 12544665. OLE color: 12544665.

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

Color convert

RGB 153 106 191 -
CMYK 0.20 0.45 0 0.25
HSL 273.18º 0.4% 0.58% -
HSV(B) 273.18º 0.45% 0.75% -
XYZ 27.69 20.84 51.85 -
YUV 129.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 153 106 191 0.20 0.45 0 0.25 273.18 0.4 0.58
Hex 99 6A BF 14 2D 0 19 111 28 3A
Octal 231 152 277 24 55 0 31 421 50 72
Binary 10011001 1101010 10111111 10100 101101 0 11001 100010001 101000 111010

Color Harmonies of #996ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996ABF

Black with #996ABF

Text Example


Text Example

White with #996ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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