Html Css Color HEX #9C3AAC Deep Lilac

📋 copy color: '#9C3AAC'

red 156 ◦ green 58 ◦ blue 172

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

Shades of Deep Lilac #9C3AAC

Tints of Deep Lilac #9C3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.03%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 40.41%
G = 15.03%
B = 44.56%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C3AAC (or 0x9C3AAC) is known color: Deep Lilac. HEX triplet: 9C, 3A and AC. RGB value is (156,58,172). Sum of RGB (Red+Green+Blue) = 156+58+172=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C3AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3AAC is #63C553. Grayscale: #636363. Windows color (decimal): -6538580 or 11287196. OLE color: 11287196.

HSL color Cylindrical-coordinate representation of color #9C3AAC: hue angle of 291.58º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C3AAC is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 58 172 -
CMYK 0.09 0.66 0 0.33
HSL 291.58º 0.5% 0.45% -
HSV(B) 291.58º 0.66% 0.67% -
XYZ 22.67 13.07 40.36 -
YUV 100.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 156 58 172 0.09 0.66 0 0.33 291.58 0.5 0.45
Hex 9C 3A AC 9 42 0 21 124 32 2D
Octal 234 72 254 11 102 0 41 444 62 55
Binary 10011100 111010 10101100 1001 1000010 0 100001 100100100 110010 101101

Color Harmonies of #9C3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3AAC

Black with #9C3AAC

Text Example


Text Example

White with #9C3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,58,172); }

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

background-color css

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

 a { background-color: rgb(156,58,172); }

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

border-color css

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

 span { border-color: rgb(156,58,172); }

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