#8B0083

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

Shades of Dark Magenta #8B0083

Tints of Dark Magenta #8B0083

Color information

#8B0083 (or 0x8B0083) is unknown color: approx Dark Magenta. HEX triplet: 8B, 00 and 83. RGB value is (139,0,131). Sum of RGB (Red+Green+Blue) = 139+0+131=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0083 is #74FF7C. Grayscale: #383838. Windows color (decimal): -7667581 or 8585355. OLE color: 8585355.

HSL color Cylindrical-coordinate representation of color #8B0083: hue angle of 303.45º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0083 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB1390131-
CMYK010.060.45
HSL303.45º100%27.25%-
HSV(B)303.45º100%54.51%-
XYZ14.747.1322.07-
YUV56.5170.05186.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=51.48%
G=0%
B=48.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1390131010.060.45303.4510027.25
Hex8B08306462D12f641b
Octal2130203014465545714433
Binary1000101101000001101100100110101101100101111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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