Html Css Color HEX #8C05AB Dark Magenta

📋 copy color: '#8C05AB'

red 140 ◦ green 5 ◦ blue 171

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

Shades of Dark Magenta #8C05AB

Tints of Dark Magenta #8C05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 44.3%
G = 1.58%
B = 54.11%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C05AB (or 0x8C05AB) is known color: Dark Magenta. HEX triplet: 8C, 05 and AB. RGB value is (140,5,171). Sum of RGB (Red+Green+Blue) = 140+5+171=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C05AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C05AB is #73FA54. Grayscale: #3F3F3F. Windows color (decimal): -7600725 or 11208076. OLE color: 11208076.

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

Color convert

RGB 140 5 171 -
CMYK 0.18 0.97 0 0.33
HSL 288.8º 0.94% 0.35% -
HSV(B) 288.8º 0.97% 0.67% -
XYZ 18.22 8.62 39.23 -
YUV 64.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 140 5 171 0.18 0.97 0 0.33 288.8 0.94 0.35
Hex 8C 5 AB 12 61 0 21 121 5E 23
Octal 214 5 253 22 141 0 41 441 136 43
Binary 10001100 101 10101011 10010 1100001 0 100001 100100001 1011110 100011

Color Harmonies of #8C05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C05AB

Black with #8C05AB

Text Example


Text Example

White with #8C05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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