Html Css Color HEX #8B0789 Dark Magenta

📋 copy color: '#8B0789'

red 139 ◦ green 7 ◦ blue 137

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

Shades of Dark Magenta #8B0789

Tints of Dark Magenta #8B0789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.47%

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 49.12%
G = 2.47%
B = 48.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8B0789 (or 0x8B0789) is known color: Dark Magenta. HEX triplet: 8B, 07 and 89. RGB value is (139,7,137). Sum of RGB (Red+Green+Blue) = 139+7+137=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0789 is #74F876. Grayscale: #3C3C3C. Windows color (decimal): -7665783 or 8980363. OLE color: 8980363.

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

Color convert

RGB 139 7 137 -
CMYK 0 0.95 0.01 0.45
HSL 300.91º 0.9% 0.29% -
HSV(B) 300.91º 0.95% 0.55% -
XYZ 15.24 7.45 24.3 -
YUV 61.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 139 7 137 0 0.95 0.01 0.45 300.91 0.9 0.29
Hex 8B 7 89 0 5F 1 2D 12D 5A 1D
Octal 213 7 211 0 137 1 55 455 132 35
Binary 10001011 111 10001001 0 1011111 1 101101 100101101 1011010 11101

Color Harmonies of #8B0789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0789

Black with #8B0789

Text Example


Text Example

White with #8B0789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,7,137); }

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

background-color css

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

 a { background-color: rgb(139,7,137); }

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

border-color css

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

 span { border-color: rgb(139,7,137); }

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