Html Css Color HEX #9C5ABF Deep Lilac

📋 copy color: '#9C5ABF'

red 156 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #9C5ABF

Tints of Deep Lilac #9C5ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.71%

R = 35.7%
G = 20.59%
B = 43.71%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C5ABF (or 0x9C5ABF) is known color: Deep Lilac. HEX triplet: 9C, 5A and BF. RGB value is (156,90,191). Sum of RGB (Red+Green+Blue) = 156+90+191=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ABF is #63A540. Grayscale: #787878. Windows color (decimal): -6530369 or 12540572. OLE color: 12540572.

HSL color Cylindrical-coordinate representation of color #9C5ABF: hue angle of 279.21º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C5ABF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 90 191 -
CMYK 0.18 0.53 0 0.25
HSL 279.21º 0.44% 0.55% -
HSV(B) 279.21º 0.53% 0.75% -
XYZ 26.77 18.14 51.38 -
YUV 121.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 156 90 191 0.18 0.53 0 0.25 279.21 0.44 0.55
Hex 9C 5A BF 12 35 0 19 117 2C 37
Octal 234 132 277 22 65 0 31 427 54 67
Binary 10011100 1011010 10111111 10010 110101 0 11001 100010111 101100 110111

Color Harmonies of #9C5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5ABF

Black with #9C5ABF

Text Example


Text Example

White with #9C5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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