Html Css Color HEX #995AAC Deep Lilac

📋 copy color: '#995AAC'

red 153 ◦ green 90 ◦ blue 172

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

Shades of Deep Lilac #995AAC

Tints of Deep Lilac #995AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 36.87%
G = 21.69%
B = 41.45%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#995AAC (or 0x995AAC) is known color: Deep Lilac. HEX triplet: 99, 5A and AC. RGB value is (153,90,172). Sum of RGB (Red+Green+Blue) = 153+90+172=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #995AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995AAC is #66A553. Grayscale: #757575. Windows color (decimal): -6726996 or 11295385. OLE color: 11295385.

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

Color convert

RGB 153 90 172 -
CMYK 0.11 0.48 0 0.33
HSL 286.1º 0.33% 0.51% -
HSV(B) 286.1º 0.48% 0.67% -
XYZ 24.24 17.06 41.05 -
YUV 118.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 153 90 172 0.11 0.48 0 0.33 286.1 0.33 0.51
Hex 99 5A AC B 30 0 21 11E 21 33
Octal 231 132 254 13 60 0 41 436 41 63
Binary 10011001 1011010 10101100 1011 110000 0 100001 100011110 100001 110011

Color Harmonies of #995AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AAC

Black with #995AAC

Text Example


Text Example

White with #995AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,90,172); }

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

background-color css

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

 a { background-color: rgb(153,90,172); }

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

border-color css

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

 span { border-color: rgb(153,90,172); }

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