#8B098D

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

Shades of Dark Magenta #8B098D

Tints of Dark Magenta #8B098D

Color information

#8B098D (or 0x8B098D) is unknown color: approx Dark Magenta. HEX triplet: 8B, 09 and 8D. RGB value is (139,9,141). Sum of RGB (Red+Green+Blue) = 139+9+141=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B098D is #74F672. Grayscale: #3E3E3E. Windows color (decimal): -7665267 or 9243019. OLE color: 9243019.

HSL color Cylindrical-coordinate representation of color #8B098D: hue angle of 299.09º degrees, saturation: 0.88, 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 #8B098D is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1399141-
CMYK0.010.9400.45
HSL299.09º88%29.41%-
HSV(B)299.09º93.62%55.29%-
XYZ15.557.6125.85-
YUV62.92172.07182.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.10%
GREEN value IS 9 (3.91% from 255) = 3.11%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=48.10%
G=3.11%
B=48.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13991410.010.9400.45299.098829.41
Hex8B98D15E02D12b581d
Octal21311215113605545313035
Binary10001011100110001101110111100101101100101011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,141); }

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

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

 a { background-color: rgb(139,9,141); }

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

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

 span { border-color: rgb(139,9,141); }

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