Html Css Color HEX #8B0C81 Dark Magenta

📋 copy color: '#8B0C81'

red 139 ◦ green 12 ◦ blue 129

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

Shades of Dark Magenta #8B0C81

Tints of Dark Magenta #8B0C81

RGB

 RED value IS 139 (54.69% from 255) = 49.64%

 GREEN value IS 12 (5.08% from 255) = 4.29%

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 49.64%
G = 4.29%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8B0C81 (or 0x8B0C81) is known color: Dark Magenta. HEX triplet: 8B, 0C and 81. RGB value is (139,12,129). Sum of RGB (Red+Green+Blue) = 139+12+129=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0C81 is #74F37E. Grayscale: #3E3E3E. Windows color (decimal): -7664511 or 8457355. OLE color: 8457355.

HSL color Cylindrical-coordinate representation of color #8B0C81: hue angle of 304.72º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C81 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 12 129 -
CMYK 0 0.91 0.07 0.45
HSL 304.72º 0.84% 0.3% -
HSV(B) 304.72º 0.91% 0.55% -
XYZ 14.74 7.34 21.41 -
YUV 63.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 139 12 129 0 0.91 0.07 0.45 304.72 0.84 0.3
Hex 8B C 81 0 5B 7 2D 131 54 1E
Octal 213 14 201 0 133 7 55 461 124 36
Binary 10001011 1100 10000001 0 1011011 111 101101 100110001 1010100 11110

Color Harmonies of #8B0C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C81

Black with #8B0C81

Text Example


Text Example

White with #8B0C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,12,129); }

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

background-color css

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

 a { background-color: rgb(139,12,129); }

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

border-color css

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

 span { border-color: rgb(139,12,129); }

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