Html Css Color HEX #995AAE Deep Lilac

📋 copy color: '#995AAE'

red 153 ◦ green 90 ◦ blue 174

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

Shades of Deep Lilac #995AAE

Tints of Deep Lilac #995AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 36.69%
G = 21.58%
B = 41.73%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#995AAE (or 0x995AAE) is known color: Deep Lilac. HEX triplet: 99, 5A and AE. RGB value is (153,90,174). Sum of RGB (Red+Green+Blue) = 153+90+174=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #995AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995AAE is #66A551. Grayscale: #767676. Windows color (decimal): -6726994 or 11426457. OLE color: 11426457.

HSL color Cylindrical-coordinate representation of color #995AAE: hue angle of 285º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995AAE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 90 174 -
CMYK 0.12 0.48 0 0.32
HSL 285º 0.34% 0.52% -
HSV(B) 285º 0.48% 0.68% -
XYZ 24.43 17.14 42.07 -
YUV 118.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 153 90 174 0.12 0.48 0 0.32 285 0.34 0.52
Hex 99 5A AE C 30 0 20 11D 22 34
Octal 231 132 256 14 60 0 40 435 42 64
Binary 10011001 1011010 10101110 1100 110000 0 100000 100011101 100010 110100

Color Harmonies of #995AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995AAE

Black with #995AAE

Text Example


Text Example

White with #995AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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