Html Css Color HEX #9C45AA Deep Lilac

📋 copy color: '#9C45AA'

red 156 ◦ green 69 ◦ blue 170

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

Shades of Deep Lilac #9C45AA

Tints of Deep Lilac #9C45AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.47%

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

R = 39.49%
G = 17.47%
B = 43.04%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C45AA (or 0x9C45AA) is known color: Deep Lilac. HEX triplet: 9C, 45 and AA. RGB value is (156,69,170). Sum of RGB (Red+Green+Blue) = 156+69+170=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C45AA is #63BA55. Grayscale: #6A6A6A. Windows color (decimal): -6535766 or 11158940. OLE color: 11158940.

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

Color convert

RGB 156 69 170 -
CMYK 0.08 0.59 0 0.33
HSL 291.68º 0.42% 0.47% -
HSV(B) 291.68º 0.59% 0.67% -
XYZ 23.09 14.23 39.56 -
YUV 106.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 156 69 170 0.08 0.59 0 0.33 291.68 0.42 0.47
Hex 9C 45 AA 8 3B 0 21 124 2A 2F
Octal 234 105 252 10 73 0 41 444 52 57
Binary 10011100 1000101 10101010 1000 111011 0 100001 100100100 101010 101111

Color Harmonies of #9C45AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C45AA

Black with #9C45AA

Text Example


Text Example

White with #9C45AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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