#8B0094

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

Shades of Dark Magenta #8B0094

Tints of Dark Magenta #8B0094

Color information

#8B0094 (or 0x8B0094) is unknown color: approx Dark Magenta. HEX triplet: 8B, 00 and 94. RGB value is (139,0,148). Sum of RGB (Red+Green+Blue) = 139+0+148=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B0094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0094 is #74FF6B. Grayscale: #393939. Windows color (decimal): -7667564 or 9699467. OLE color: 9699467.

HSL color Cylindrical-coordinate representation of color #8B0094: hue angle of 296.35º 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 #8B0094 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1390148-
CMYK0.06100.42
HSL296.35º100%29.02%-
HSV(B)296.35º100%58.04%-
XYZ15.997.6328.65-
YUV58.43178.55185.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 51.57%
R=48.43%
G=0%
B=51.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13901480.06100.42296.3510029.02
Hex8B09466402A128641d
Octal2130224614405245014435
Binary1000101101001010011011001000101010100101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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