Html Css Color HEX #8A0B81 Dark Magenta

📋 copy color: '#8A0B81'

red 138 ◦ green 11 ◦ blue 129

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

Shades of Dark Magenta #8A0B81

Tints of Dark Magenta #8A0B81

RGB

 RED value IS 138 (54.3% from 255) = 49.64%

 GREEN value IS 11 (4.69% from 255) = 3.96%

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

R = 49.64%
G = 3.96%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#8A0B81 (or 0x8A0B81) is known color: Dark Magenta. HEX triplet: 8A, 0B and 81. RGB value is (138,11,129). Sum of RGB (Red+Green+Blue) = 138+11+129=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0B81 is #75F47E. Grayscale: #3E3E3E. Windows color (decimal): -7730303 or 8457098. OLE color: 8457098.

HSL color Cylindrical-coordinate representation of color #8A0B81: hue angle of 304.25º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A0B81 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 11 129 -
CMYK 0 0.92 0.07 0.46
HSL 304.25º 0.85% 0.29% -
HSV(B) 304.25º 0.92% 0.54% -
XYZ 14.56 7.23 21.4 -
YUV 62.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 138 11 129 0 0.92 0.07 0.46 304.25 0.85 0.29
Hex 8A B 81 0 5C 7 2E 130 55 1D
Octal 212 13 201 0 134 7 56 460 125 35
Binary 10001010 1011 10000001 0 1011100 111 101110 100110000 1010101 11101

Color Harmonies of #8A0B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0B81

Black with #8A0B81

Text Example


Text Example

White with #8A0B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,11,129); }

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

background-color css

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

 a { background-color: rgb(138,11,129); }

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

border-color css

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

 span { border-color: rgb(138,11,129); }

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