#8B0095

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

Shades of Dark Magenta #8B0095

Tints of Dark Magenta #8B0095

Color information

#8B0095 (or 0x8B0095) is unknown color: approx Dark Magenta. HEX triplet: 8B, 00 and 95. RGB value is (139,0,149). Sum of RGB (Red+Green+Blue) = 139+0+149=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0095 is #74FF6A. Grayscale: #3A3A3A. Windows color (decimal): -7667563 or 9765003. OLE color: 9765003.

HSL color Cylindrical-coordinate representation of color #8B0095: hue angle of 295.97º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0095 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1390149-
CMYK0.07100.42
HSL295.97º100%29.22%-
HSV(B)295.97º100%58.43%-
XYZ16.077.6629.06-
YUV58.55179.05185.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=48.26%
G=0%
B=51.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13901490.07100.42295.9710029.22
Hex8B09576402A128641d
Octal2130225714405245014435
Binary1000101101001010111111001000101010100101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,0,149); }

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

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

 a { background-color: rgb(139,0,149); }

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

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

 span { border-color: rgb(139,0,149); }

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