Html Css Color HEX #8C04AB Dark Magenta

📋 copy color: '#8C04AB'

red 140 ◦ green 4 ◦ blue 171

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

Shades of Dark Magenta #8C04AB

Tints of Dark Magenta #8C04AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

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

R = 44.44%
G = 1.27%
B = 54.29%

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

#8C04AB (or 0x8C04AB) is known color: Dark Magenta. HEX triplet: 8C, 04 and AB. RGB value is (140,4,171). Sum of RGB (Red+Green+Blue) = 140+4+171=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C04AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C04AB is #73FB54. Grayscale: #3F3F3F. Windows color (decimal): -7600981 or 11207820. OLE color: 11207820.

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

Color convert

RGB 140 4 171 -
CMYK 0.18 0.98 0 0.33
HSL 288.86º 0.95% 0.34% -
HSV(B) 288.86º 0.98% 0.67% -
XYZ 18.21 8.6 39.23 -
YUV 63.7 188.56 182.42 -
System Red Green Blue C M Y K H S L
Decimal 140 4 171 0.18 0.98 0 0.33 288.86 0.95 0.34
Hex 8C 4 AB 12 62 0 21 121 5F 22
Octal 214 4 253 22 142 0 41 441 137 42
Binary 10001100 100 10101011 10010 1100010 0 100001 100100001 1011111 100010

Color Harmonies of #8C04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C04AB

Black with #8C04AB

Text Example


Text Example

White with #8C04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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