Html Css Color HEX #995BAA Deep Lilac

📋 copy color: '#995BAA'

red 153 ◦ green 91 ◦ blue 170

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

Shades of Deep Lilac #995BAA

Tints of Deep Lilac #995BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 36.96%
G = 21.98%
B = 41.06%

CMYK

 C value IS 0.1

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#995BAA (or 0x995BAA) is known color: Deep Lilac. HEX triplet: 99, 5B and AA. RGB value is (153,91,170). Sum of RGB (Red+Green+Blue) = 153+91+170=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #995BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995BAA is #66A455. Grayscale: #767676. Windows color (decimal): -6726742 or 11164569. OLE color: 11164569.

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

Color convert

RGB 153 91 170 -
CMYK 0.1 0.46 0 0.33
HSL 287.09º 0.32% 0.51% -
HSV(B) 287.09º 0.46% 0.67% -
XYZ 24.13 17.16 40.07 -
YUV 118.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 153 91 170 0.1 0.46 0 0.33 287.09 0.32 0.51
Hex 99 5B AA A 2E 0 21 11F 20 33
Octal 231 133 252 12 56 0 41 437 40 63
Binary 10011001 1011011 10101010 1010 101110 0 100001 100011111 100000 110011

Color Harmonies of #995BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995BAA

Black with #995BAA

Text Example


Text Example

White with #995BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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