Html Css Color HEX #8B0A8E Dark Magenta

📋 copy color: '#8B0A8E'

red 139 ◦ green 10 ◦ blue 142

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

Shades of Dark Magenta #8B0A8E

Tints of Dark Magenta #8B0A8E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.44%

 BLUE value IS 142 (55.86% from 255) = 48.8%

R = 47.77%
G = 3.44%
B = 48.8%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B0A8E (or 0x8B0A8E) is known color: Dark Magenta. HEX triplet: 8B, 0A and 8E. RGB value is (139,10,142). Sum of RGB (Red+Green+Blue) = 139+10+142=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B0A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0A8E is #74F571. Grayscale: #3F3F3F. Windows color (decimal): -7665010 or 9308811. OLE color: 9308811.

HSL color Cylindrical-coordinate representation of color #8B0A8E: hue angle of 298.64º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A8E is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 10 142 -
CMYK 0.02 0.93 0 0.44
HSL 298.64º 0.87% 0.3% -
HSV(B) 298.64º 0.93% 0.56% -
XYZ 15.64 7.66 26.25 -
YUV 63.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 139 10 142 0.02 0.93 0 0.44 298.64 0.87 0.3
Hex 8B A 8E 2 5D 0 2C 12B 57 1E
Octal 213 12 216 2 135 0 54 453 127 36
Binary 10001011 1010 10001110 10 1011101 0 101100 100101011 1010111 11110

Color Harmonies of #8B0A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0A8E

Black with #8B0A8E

Text Example


Text Example

White with #8B0A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,10,142); }

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

background-color css

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

 a { background-color: rgb(139,10,142); }

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

border-color css

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

 span { border-color: rgb(139,10,142); }

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