Html Css Color HEX #9C3BAA Deep Lilac

📋 copy color: '#9C3BAA'

red 156 ◦ green 59 ◦ blue 170

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

Shades of Deep Lilac #9C3BAA

Tints of Deep Lilac #9C3BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.32%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 40.52%
G = 15.32%
B = 44.16%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C3BAA (or 0x9C3BAA) is known color: Deep Lilac. HEX triplet: 9C, 3B and AA. RGB value is (156,59,170). Sum of RGB (Red+Green+Blue) = 156+59+170=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C3BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3BAA is #63C455. Grayscale: #646464. Windows color (decimal): -6538326 or 11156380. OLE color: 11156380.

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

Color convert

RGB 156 59 170 -
CMYK 0.08 0.65 0 0.33
HSL 292.43º 0.48% 0.45% -
HSV(B) 292.43º 0.65% 0.67% -
XYZ 22.53 13.1 39.37 -
YUV 100.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 156 59 170 0.08 0.65 0 0.33 292.43 0.48 0.45
Hex 9C 3B AA 8 41 0 21 124 30 2D
Octal 234 73 252 10 101 0 41 444 60 55
Binary 10011100 111011 10101010 1000 1000001 0 100001 100100100 110000 101101

Color Harmonies of #9C3BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3BAA

Black with #9C3BAA

Text Example


Text Example

White with #9C3BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,59,170); }

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

background-color css

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

 a { background-color: rgb(156,59,170); }

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

border-color css

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

 span { border-color: rgb(156,59,170); }

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