Html Css Color HEX #995BAB Deep Lilac

📋 copy color: '#995BAB'

red 153 ◦ green 91 ◦ blue 171

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

Shades of Deep Lilac #995BAB

Tints of Deep Lilac #995BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.93%

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 36.87%
G = 21.93%
B = 41.2%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#995BAB (or 0x995BAB) is known color: Deep Lilac. HEX triplet: 99, 5B and AB. RGB value is (153,91,171). Sum of RGB (Red+Green+Blue) = 153+91+171=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #995BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995BAB is #66A454. Grayscale: #767676. Windows color (decimal): -6726741 or 11230105. OLE color: 11230105.

HSL color Cylindrical-coordinate representation of color #995BAB: hue angle of 286.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995BAB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 91 171 -
CMYK 0.11 0.47 0 0.33
HSL 286.5º 0.32% 0.51% -
HSV(B) 286.5º 0.47% 0.67% -
XYZ 24.23 17.19 40.57 -
YUV 118.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 153 91 171 0.11 0.47 0 0.33 286.5 0.32 0.51
Hex 99 5B AB B 2F 0 21 11E 20 33
Octal 231 133 253 13 57 0 41 436 40 63
Binary 10011001 1011011 10101011 1011 101111 0 100001 100011110 100000 110011

Color Harmonies of #995BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BAB

Black with #995BAB

Text Example


Text Example

White with #995BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995BAB; }

 p { color: rgb(153,91,171); }

 H1.HeaderClassName
 {
   color: #995BAB;
 }
 .AnyTagClassName
 {
   color: #995BAB;
 }
</style>

background-color css

<style>
 a { background-color: #995BAB; }

 a { background-color: rgb(153,91,171); }

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

border-color css

<style>
 span { border-color: #995BAB; }

 span { border-color: rgb(153,91,171); }

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