#8B009C

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

Shades of Dark Magenta #8B009C

Tints of Dark Magenta #8B009C

Color information

#8B009C (or 0x8B009C) is unknown color: approx Dark Magenta. HEX triplet: 8B, 00 and 9C. RGB value is (139,0,156). Sum of RGB (Red+Green+Blue) = 139+0+156=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B009C is #74FF63. Grayscale: #3A3A3A. Windows color (decimal): -7667556 or 10223755. OLE color: 10223755.

HSL color Cylindrical-coordinate representation of color #8B009C: hue angle of 293.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B009C is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1390156-
CMYK0.11100.39
HSL293.46º100%30.59%-
HSV(B)293.46º100%61.18%-
XYZ16.657.8932.1-
YUV59.34182.55184.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=47.12%
G=0%
B=52.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13901560.11100.39293.4610030.59
Hex8B09CB64027125641f
Octal21302341314404744514437
Binary10001011010011100101111001000100111100100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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