Html Css Color HEX #996BC0 Lilac Bush

📋 copy color: '#996BC0'

red 153 ◦ green 107 ◦ blue 192

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

Shades of Lilac Bush #996BC0

Tints of Lilac Bush #996BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.67%

 BLUE value IS 192 (75.39% from 255) = 42.48%

R = 33.85%
G = 23.67%
B = 42.48%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#996BC0 (or 0x996BC0) is known color: Lilac Bush. HEX triplet: 99, 6B and C0. RGB value is (153,107,192). Sum of RGB (Red+Green+Blue) = 153+107+192=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #996BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BC0 is #66943F. Grayscale: #828282. Windows color (decimal): -6722624 or 12610457. OLE color: 12610457.

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

Color convert

RGB 153 107 192 -
CMYK 0.20 0.44 0 0.25
HSL 272.47º 0.4% 0.59% -
HSV(B) 272.47º 0.44% 0.75% -
XYZ 27.91 21.09 52.47 -
YUV 130.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 153 107 192 0.20 0.44 0 0.25 272.47 0.4 0.59
Hex 99 6B C0 14 2C 0 19 110 28 3B
Octal 231 153 300 24 54 0 31 420 50 73
Binary 10011001 1101011 11000000 10100 101100 0 11001 100010000 101000 111011

Color Harmonies of #996BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BC0

Black with #996BC0

Text Example


Text Example

White with #996BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,107,192); }

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

background-color css

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

 a { background-color: rgb(153,107,192); }

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

border-color css

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

 span { border-color: rgb(153,107,192); }

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