#8B0897

Color #8B0897 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #8B0897

Tints of Dark Magenta #8B0897

Color information

#8B0897 (or 0x8B0897) is unknown color: approx Dark Magenta. HEX triplet: 8B, 08 and 97. RGB value is (139,8,151). Sum of RGB (Red+Green+Blue) = 139+8+151=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B0897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0897 is #74F768. Grayscale: #3F3F3F. Windows color (decimal): -7665513 or 9898123. OLE color: 9898123.

HSL color Cylindrical-coordinate representation of color #8B0897: hue angle of 294.97º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0897 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1398151-
CMYK0.080.9500.41
HSL294.97º89.94%31.18%-
HSV(B)294.97º94.7%59.22%-
XYZ16.327.929.94-
YUV63.47177.4181.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 151 (59.38% from 255) = 50.67%
R=46.64%
G=2.68%
B=50.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13981510.080.9500.41294.9789.9431.18
Hex8B89785F0291275a1f
Octal213102271013705144713237
Binary10001011100010010111100010111110101001100100111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B0897;
 }
 .AnyTagClassName
 {
   color: #8B0897;
 }
</style>
background-color css

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

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

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

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

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

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