Html Css Color HEX #995EAE Deep Lilac

📋 copy color: '#995EAE'

red 153 ◦ green 94 ◦ blue 174

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

Shades of Deep Lilac #995EAE

Tints of Deep Lilac #995EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.33%

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

R = 36.34%
G = 22.33%
B = 41.33%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#995EAE (or 0x995EAE) is known color: Deep Lilac. HEX triplet: 99, 5E and AE. RGB value is (153,94,174). Sum of RGB (Red+Green+Blue) = 153+94+174=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #995EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995EAE is #66A151. Grayscale: #787878. Windows color (decimal): -6725970 or 11427481. OLE color: 11427481.

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

Color convert

RGB 153 94 174 -
CMYK 0.12 0.46 0 0.32
HSL 284.25º 0.33% 0.53% -
HSV(B) 284.25º 0.46% 0.68% -
XYZ 24.78 17.83 42.18 -
YUV 120.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 153 94 174 0.12 0.46 0 0.32 284.25 0.33 0.53
Hex 99 5E AE C 2E 0 20 11C 21 35
Octal 231 136 256 14 56 0 40 434 41 65
Binary 10011001 1011110 10101110 1100 101110 0 100000 100011100 100001 110101

Color Harmonies of #995EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995EAE

Black with #995EAE

Text Example


Text Example

White with #995EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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