#800B9B

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

Shades of Dark Magenta #800B9B

Tints of Dark Magenta #800B9B

Color information

#800B9B (or 0x800B9B) is unknown color: approx Dark Magenta. HEX triplet: 80, 0B and 9B. RGB value is (128,11,155). Sum of RGB (Red+Green+Blue) = 128+11+155=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #800B9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800B9B is #7FF464. Grayscale: #3D3D3D. Windows color (decimal): -8385637 or 10161024. OLE color: 10161024.

HSL color Cylindrical-coordinate representation of color #800B9B: hue angle of 288.75º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800B9B is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12811155-
CMYK0.170.9300.39
HSL288.75º86.75%32.55%-
HSV(B)288.75º92.9%60.78%-
XYZ14.947.231.61-
YUV62.4180.26174.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 11 (4.69% from 255) = 3.74%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=43.54%
G=3.74%
B=52.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128111550.170.9300.39288.7586.7532.55
Hex80B9B115D0271215721
Octal200132332113504744112741
Binary1000000010111001101110001101110101001111001000011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800B9B; }

 p { color: rgb(128,11,155); }

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

<style>
 a { background-color: #800B9B; }

 a { background-color: rgb(128,11,155); }

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

<style>
 span { border-color: #800B9B; }

 span { border-color: rgb(128,11,155); }

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