Html Css Color HEX #8C45AA Deep Lilac

📋 copy color: '#8C45AA'

red 140 ◦ green 69 ◦ blue 170

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

Shades of Deep Lilac #8C45AA

Tints of Deep Lilac #8C45AA

RGB

 RED value IS 140 (55.08% from 255) = 36.94%

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

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

R = 36.94%
G = 18.21%
B = 44.85%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C45AA (or 0x8C45AA) is known color: Deep Lilac. HEX triplet: 8C, 45 and AA. RGB value is (140,69,170). Sum of RGB (Red+Green+Blue) = 140+69+170=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C45AA is #73BA55. Grayscale: #656565. Windows color (decimal): -7584342 or 11158924. OLE color: 11158924.

HSL color Cylindrical-coordinate representation of color #8C45AA: hue angle of 282.18º 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 #8C45AA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 69 170 -
CMYK 0.18 0.59 0 0.33
HSL 282.18º 0.42% 0.47% -
HSV(B) 282.18º 0.59% 0.67% -
XYZ 20.2 12.73 39.42 -
YUV 101.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 140 69 170 0.18 0.59 0 0.33 282.18 0.42 0.47
Hex 8C 45 AA 12 3B 0 21 11A 2A 2F
Octal 214 105 252 22 73 0 41 432 52 57
Binary 10001100 1000101 10101010 10010 111011 0 100001 100011010 101010 101111

Color Harmonies of #8C45AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C45AA

Black with #8C45AA

Text Example


Text Example

White with #8C45AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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