Html Css Color HEX #996CBF Lilac Bush

📋 copy color: '#996CBF'

red 153 ◦ green 108 ◦ blue 191

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

Shades of Lilac Bush #996CBF

Tints of Lilac Bush #996CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.89%

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

R = 33.85%
G = 23.89%
B = 42.26%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#996CBF (or 0x996CBF) is known color: Lilac Bush. HEX triplet: 99, 6C and BF. RGB value is (153,108,191). Sum of RGB (Red+Green+Blue) = 153+108+191=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #996CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CBF is #669340. Grayscale: #828282. Windows color (decimal): -6722369 or 12545177. OLE color: 12545177.

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

Color convert

RGB 153 108 191 -
CMYK 0.20 0.43 0 0.25
HSL 272.53º 0.39% 0.59% -
HSV(B) 272.53º 0.43% 0.75% -
XYZ 27.9 21.26 51.92 -
YUV 130.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 153 108 191 0.20 0.43 0 0.25 272.53 0.39 0.59
Hex 99 6C BF 14 2B 0 19 111 27 3B
Octal 231 154 277 24 53 0 31 421 47 73
Binary 10011001 1101100 10111111 10100 101011 0 11001 100010001 100111 111011

Color Harmonies of #996CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CBF

Black with #996CBF

Text Example


Text Example

White with #996CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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