Html Css Color HEX #9C5ABD Deep Lilac

📋 copy color: '#9C5ABD'

red 156 ◦ green 90 ◦ blue 189

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

Shades of Deep Lilac #9C5ABD

Tints of Deep Lilac #9C5ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.45%

R = 35.86%
G = 20.69%
B = 43.45%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C5ABD (or 0x9C5ABD) is known color: Deep Lilac. HEX triplet: 9C, 5A and BD. RGB value is (156,90,189). Sum of RGB (Red+Green+Blue) = 156+90+189=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C5ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ABD is #63A542. Grayscale: #787878. Windows color (decimal): -6530371 or 12409500. OLE color: 12409500.

HSL color Cylindrical-coordinate representation of color #9C5ABD: hue angle of 280º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C5ABD is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 90 189 -
CMYK 0.17 0.52 0 0.26
HSL 280º 0.43% 0.55% -
HSV(B) 280º 0.52% 0.74% -
XYZ 26.55 18.05 50.23 -
YUV 121.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 156 90 189 0.17 0.52 0 0.26 280 0.43 0.55
Hex 9C 5A BD 11 34 0 1A 118 2B 37
Octal 234 132 275 21 64 0 32 430 53 67
Binary 10011100 1011010 10111101 10001 110100 0 11010 100011000 101011 110111

Color Harmonies of #9C5ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5ABD

Black with #9C5ABD

Text Example


Text Example

White with #9C5ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,90,189); }

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

background-color css

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

 a { background-color: rgb(156,90,189); }

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

border-color css

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

 span { border-color: rgb(156,90,189); }

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