Html Css Color HEX #9C5CAE Deep Lilac

📋 copy color: '#9C5CAE'

red 156 ◦ green 92 ◦ blue 174

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

Shades of Deep Lilac #9C5CAE

Tints of Deep Lilac #9C5CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

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

R = 36.97%
G = 21.8%
B = 41.23%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C5CAE (or 0x9C5CAE) is known color: Deep Lilac. HEX triplet: 9C, 5C and AE. RGB value is (156,92,174). Sum of RGB (Red+Green+Blue) = 156+92+174=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5CAE is #63A351. Grayscale: #787878. Windows color (decimal): -6529874 or 11426972. OLE color: 11426972.

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

Color convert

RGB 156 92 174 -
CMYK 0.10 0.47 0 0.32
HSL 286.83º 0.34% 0.52% -
HSV(B) 286.83º 0.47% 0.68% -
XYZ 25.18 17.78 42.15 -
YUV 120.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 156 92 174 0.10 0.47 0 0.32 286.83 0.34 0.52
Hex 9C 5C AE A 2F 0 20 11F 22 34
Octal 234 134 256 12 57 0 40 437 42 64
Binary 10011100 1011100 10101110 1010 101111 0 100000 100011111 100010 110100

Color Harmonies of #9C5CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5CAE

Black with #9C5CAE

Text Example


Text Example

White with #9C5CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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