Html Css Color HEX #8B0881 Dark Magenta

📋 copy color: '#8B0881'

red 139 ◦ green 8 ◦ blue 129

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

Shades of Dark Magenta #8B0881

Tints of Dark Magenta #8B0881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 50.36%
G = 2.9%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8B0881 (or 0x8B0881) is known color: Dark Magenta. HEX triplet: 8B, 08 and 81. RGB value is (139,8,129). Sum of RGB (Red+Green+Blue) = 139+8+129=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0881 is #74F77E. Grayscale: #3C3C3C. Windows color (decimal): -7665535 or 8456331. OLE color: 8456331.

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

Color convert

RGB 139 8 129 -
CMYK 0 0.94 0.07 0.45
HSL 304.58º 0.89% 0.29% -
HSV(B) 304.58º 0.94% 0.55% -
XYZ 14.7 7.25 21.39 -
YUV 60.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 139 8 129 0 0.94 0.07 0.45 304.58 0.89 0.29
Hex 8B 8 81 0 5E 7 2D 131 59 1D
Octal 213 10 201 0 136 7 55 461 131 35
Binary 10001011 1000 10000001 0 1011110 111 101101 100110001 1011001 11101

Color Harmonies of #8B0881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0881

Black with #8B0881

Text Example


Text Example

White with #8B0881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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