#8b1798

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

Shades of Dark Magenta #8B1798

Tints of Dark Magenta #8B1798

Color information

#8B1798 (or 0x8B1798) is unknown color: approx Dark Magenta. HEX triplet: 8B, 17 and 98. RGB value is (139,23,152). Sum of RGB (Red+Green+Blue) = 139+23+152=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B1798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1798 is #74E867. Grayscale: #474747. Windows color (decimal): -7661672 or 9967499. OLE color: 9967499.

HSL color Cylindrical-coordinate representation of color #8B1798: hue angle of 293.95º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B1798 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13923152-
CMYK0.090.8500.40
HSL293.95º73.71%34.31%-
HSV(B)293.95º84.87%59.61%-
XYZ16.628.3730.45-
YUV72.39172.93175.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 23 (9.38% from 255) = 7.32%
BLUE value IS 152 (59.77% from 255) = 48.41%
R=44.27%
G=7.32%
B=48.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139231520.090.8500.40293.9573.7134.31
Hex8B17989550281264a22
Octal213272301112505044611242
Binary1000101110111100110001001101010101010001001001101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,23,152); }

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

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

 a { background-color: rgb(139,23,152); }

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

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

 span { border-color: rgb(139,23,152); }

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