#800BAC

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

Shades of Dark Magenta #800BAC

Tints of Dark Magenta #800BAC

Color information

#800BAC (or 0x800BAC) is unknown color: approx Dark Magenta. HEX triplet: 80, 0B and AC. RGB value is (128,11,172). Sum of RGB (Red+Green+Blue) = 128+11+172=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #800BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800BAC is #7FF453. Grayscale: #3F3F3F. Windows color (decimal): -8385620 or 11275136. OLE color: 11275136.

HSL color Cylindrical-coordinate representation of color #800BAC: hue angle of 283.6º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800BAC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12811172-
CMYK0.260.9400.33
HSL283.6º87.98%35.88%-
HSV(B)283.6º93.6%67.45%-
XYZ16.477.8139.67-
YUV64.34188.76173.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 11 (4.69% from 255) = 3.54%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=41.16%
G=3.54%
B=55.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128111720.260.9400.33283.687.9835.88
Hex80BAC1A5E02111c5824
Octal200132543213604143413044
Binary1000000010111010110011010101111001000011000111001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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