Html Css Color HEX #9C5EAE Deep Lilac

📋 copy color: '#9C5EAE'

red 156 ◦ green 94 ◦ blue 174

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

Shades of Deep Lilac #9C5EAE

Tints of Deep Lilac #9C5EAE

RGB

 RED value IS 156 (61.33% from 255) = 36.79%

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

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

R = 36.79%
G = 22.17%
B = 41.04%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C5EAE (or 0x9C5EAE) is known color: Deep Lilac. HEX triplet: 9C, 5E and AE. RGB value is (156,94,174). Sum of RGB (Red+Green+Blue) = 156+94+174=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C5EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5EAE is #63A151. Grayscale: #797979. Windows color (decimal): -6529362 or 11427484. OLE color: 11427484.

HSL color Cylindrical-coordinate representation of color #9C5EAE: hue angle of 286.5º 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 #9C5EAE is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 94 174 -
CMYK 0.10 0.46 0 0.32
HSL 286.5º 0.33% 0.53% -
HSV(B) 286.5º 0.46% 0.68% -
XYZ 25.35 18.13 42.21 -
YUV 121.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 156 94 174 0.10 0.46 0 0.32 286.5 0.33 0.53
Hex 9C 5E AE A 2E 0 20 11E 21 35
Octal 234 136 256 12 56 0 40 436 41 65
Binary 10011100 1011110 10101110 1010 101110 0 100000 100011110 100001 110101

Color Harmonies of #9C5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5EAE

Black with #9C5EAE

Text Example


Text Example

White with #9C5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5EAE; }

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

 H1.HeaderClassName
 {
   color: #9C5EAE;
 }
 .AnyTagClassName
 {
   color: #9C5EAE;
 }
</style>

background-color css

<style>
 a { background-color: #9C5EAE; }

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

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

border-color css

<style>
 span { border-color: #9C5EAE; }

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

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