Html Css Color HEX #8C03AB Dark Magenta

📋 copy color: '#8C03AB'

red 140 ◦ green 3 ◦ blue 171

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

Shades of Dark Magenta #8C03AB

Tints of Dark Magenta #8C03AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 44.59%
G = 0.96%
B = 54.46%

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

#8C03AB (or 0x8C03AB) is known color: Dark Magenta. HEX triplet: 8C, 03 and AB. RGB value is (140,3,171). Sum of RGB (Red+Green+Blue) = 140+3+171=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C03AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C03AB is #73FC54. Grayscale: #3E3E3E. Windows color (decimal): -7601237 or 11207564. OLE color: 11207564.

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

Color convert

RGB 140 3 171 -
CMYK 0.18 0.98 0 0.33
HSL 288.93º 0.97% 0.34% -
HSV(B) 288.93º 0.98% 0.67% -
XYZ 18.2 8.58 39.23 -
YUV 63.12 188.89 182.84 -
System Red Green Blue C M Y K H S L
Decimal 140 3 171 0.18 0.98 0 0.33 288.93 0.97 0.34
Hex 8C 3 AB 12 62 0 21 121 61 22
Octal 214 3 253 22 142 0 41 441 141 42
Binary 10001100 11 10101011 10010 1100010 0 100001 100100001 1100001 100010

Color Harmonies of #8C03AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C03AB

Black with #8C03AB

Text Example


Text Example

White with #8C03AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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