Html Css Color HEX #996BBE Lilac Bush

📋 copy color: '#996BBE'

red 153 ◦ green 107 ◦ blue 190

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

Shades of Lilac Bush #996BBE

Tints of Lilac Bush #996BBE

RGB

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

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

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

R = 34%
G = 23.78%
B = 42.22%

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

#996BBE (or 0x996BBE) is known color: Lilac Bush. HEX triplet: 99, 6B and BE. RGB value is (153,107,190). Sum of RGB (Red+Green+Blue) = 153+107+190=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #996BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BBE is #669441. Grayscale: #818181. Windows color (decimal): -6722626 or 12479385. OLE color: 12479385.

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

Color convert

RGB 153 107 190 -
CMYK 0.19 0.44 0 0.25
HSL 273.25º 0.39% 0.58% -
HSV(B) 273.25º 0.44% 0.75% -
XYZ 27.69 21.01 51.31 -
YUV 130.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 153 107 190 0.19 0.44 0 0.25 273.25 0.39 0.58
Hex 99 6B BE 13 2C 0 19 111 27 3A
Octal 231 153 276 23 54 0 31 421 47 72
Binary 10011001 1101011 10111110 10011 101100 0 11001 100010001 100111 111010

Color Harmonies of #996BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BBE

Black with #996BBE

Text Example


Text Example

White with #996BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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