Html Css Color HEX #8C03AA Dark Magenta

📋 copy color: '#8C03AA'

red 140 ◦ green 3 ◦ blue 170

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

Shades of Dark Magenta #8C03AA

Tints of Dark Magenta #8C03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 44.73%
G = 0.96%
B = 54.31%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C03AA (or 0x8C03AA) is known color: Dark Magenta. HEX triplet: 8C, 03 and AA. RGB value is (140,3,170). Sum of RGB (Red+Green+Blue) = 140+3+170=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C03AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C03AA is #73FC55. Grayscale: #3E3E3E. Windows color (decimal): -7601238 or 11142028. OLE color: 11142028.

HSL color Cylindrical-coordinate representation of color #8C03AA: hue angle of 289.22º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C03AA is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 3 170 -
CMYK 0.18 0.98 0 0.33
HSL 289.22º 0.97% 0.34% -
HSV(B) 289.22º 0.98% 0.67% -
XYZ 18.1 8.54 38.72 -
YUV 63 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 140 3 170 0.18 0.98 0 0.33 289.22 0.97 0.34
Hex 8C 3 AA 12 62 0 21 121 61 22
Octal 214 3 252 22 142 0 41 441 141 42
Binary 10001100 11 10101010 10010 1100010 0 100001 100100001 1100001 100010

Color Harmonies of #8C03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C03AA

Black with #8C03AA

Text Example


Text Example

White with #8C03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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