#8B038A

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

Shades of Dark Magenta #8B038A

Tints of Dark Magenta #8B038A

Color information

#8B038A (or 0x8B038A) is unknown color: approx Dark Magenta. HEX triplet: 8B, 03 and 8A. RGB value is (139,3,138). Sum of RGB (Red+Green+Blue) = 139+3+138=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B038A is #74FC75. Grayscale: #3A3A3A. Windows color (decimal): -7666806 or 9044875. OLE color: 9044875.

HSL color Cylindrical-coordinate representation of color #8B038A: hue angle of 300.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B038A is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB1393138-
CMYK00.980.010.45
HSL300.44º95.77%27.84%-
HSV(B)300.44º97.84%54.51%-
XYZ15.277.3924.67-
YUV59.05172.56185.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=49.64%
G=1.07%
B=49.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139313800.980.010.45300.4495.7727.84
Hex8B38A06212D12c601c
Octal2133212014215545414034
Binary100010111110001010011000101101101100101100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,3,138); }

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

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

 a { background-color: rgb(139,3,138); }

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

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

 span { border-color: rgb(139,3,138); }

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