Html Css Color HEX #996FBF Lilac Bush

📋 copy color: '#996FBF'

red 153 ◦ green 111 ◦ blue 191

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

Shades of Lilac Bush #996FBF

Tints of Lilac Bush #996FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.4%

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

R = 33.63%
G = 24.4%
B = 41.98%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#996FBF (or 0x996FBF) is known color: Lilac Bush. HEX triplet: 99, 6F and BF. RGB value is (153,111,191). Sum of RGB (Red+Green+Blue) = 153+111+191=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #996FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FBF is #669040. Grayscale: #848484. Windows color (decimal): -6721601 or 12545945. OLE color: 12545945.

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

Color convert

RGB 153 111 191 -
CMYK 0.20 0.42 0 0.25
HSL 271.5º 0.38% 0.59% -
HSV(B) 271.5º 0.42% 0.75% -
XYZ 28.23 21.9 52.03 -
YUV 132.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 153 111 191 0.20 0.42 0 0.25 271.5 0.38 0.59
Hex 99 6F BF 14 2A 0 19 110 26 3B
Octal 231 157 277 24 52 0 31 420 46 73
Binary 10011001 1101111 10111111 10100 101010 0 11001 100010000 100110 111011

Color Harmonies of #996FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996FBF

Black with #996FBF

Text Example


Text Example

White with #996FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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