Html Css Color HEX #9C5ABA Deep Lilac

📋 copy color: '#9C5ABA'

red 156 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #9C5ABA

Tints of Deep Lilac #9C5ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 36.11%
G = 20.83%
B = 43.06%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C5ABA (or 0x9C5ABA) is known color: Deep Lilac. HEX triplet: 9C, 5A and BA. RGB value is (156,90,186). Sum of RGB (Red+Green+Blue) = 156+90+186=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C5ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ABA is #63A545. Grayscale: #787878. Windows color (decimal): -6530374 or 12212892. OLE color: 12212892.

HSL color Cylindrical-coordinate representation of color #9C5ABA: hue angle of 281.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C5ABA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 90 186 -
CMYK 0.16 0.52 0 0.27
HSL 281.25º 0.41% 0.54% -
HSV(B) 281.25º 0.52% 0.73% -
XYZ 26.23 17.93 48.53 -
YUV 120.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 156 90 186 0.16 0.52 0 0.27 281.25 0.41 0.54
Hex 9C 5A BA 10 34 0 1B 119 29 36
Octal 234 132 272 20 64 0 33 431 51 66
Binary 10011100 1011010 10111010 10000 110100 0 11011 100011001 101001 110110

Color Harmonies of #9C5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5ABA

Black with #9C5ABA

Text Example


Text Example

White with #9C5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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