Html Css Color HEX #9C4BAA Deep Lilac

📋 copy color: '#9C4BAA'

red 156 ◦ green 75 ◦ blue 170

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

Shades of Deep Lilac #9C4BAA

Tints of Deep Lilac #9C4BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.7%

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

R = 38.9%
G = 18.7%
B = 42.39%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C4BAA (or 0x9C4BAA) is known color: Deep Lilac. HEX triplet: 9C, 4B and AA. RGB value is (156,75,170). Sum of RGB (Red+Green+Blue) = 156+75+170=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4BAA is #63B455. Grayscale: #6D6D6D. Windows color (decimal): -6534230 or 11160476. OLE color: 11160476.

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

Color convert

RGB 156 75 170 -
CMYK 0.08 0.56 0 0.33
HSL 291.16º 0.39% 0.48% -
HSV(B) 291.16º 0.56% 0.67% -
XYZ 23.48 15 39.69 -
YUV 110.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 156 75 170 0.08 0.56 0 0.33 291.16 0.39 0.48
Hex 9C 4B AA 8 38 0 21 123 27 30
Octal 234 113 252 10 70 0 41 443 47 60
Binary 10011100 1001011 10101010 1000 111000 0 100001 100100011 100111 110000

Color Harmonies of #9C4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4BAA

Black with #9C4BAA

Text Example


Text Example

White with #9C4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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