#82029B

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

Shades of Dark Magenta #82029B

Tints of Dark Magenta #82029B

Color information

#82029B (or 0x82029B) is unknown color: approx Dark Magenta. HEX triplet: 82, 02 and 9B. RGB value is (130,2,155). Sum of RGB (Red+Green+Blue) = 130+2+155=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #82029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82029B is #7DFD64. Grayscale: #393939. Windows color (decimal): -8256869 or 10158722. OLE color: 10158722.

HSL color Cylindrical-coordinate representation of color #82029B: hue angle of 290.2º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82029B is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1302155-
CMYK0.160.9900.39
HSL290.2º97.45%30.78%-
HSV(B)290.2º98.71%60.78%-
XYZ15.147.1631.59-
YUV57.71182.91179.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=45.30%
G=0.70%
B=54.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13021550.160.9900.39290.297.4530.78
Hex8229B1063027122611f
Octal20222332014304744214137
Binary1000001010100110111000011000110100111100100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82029B; }

 p { color: rgb(130,2,155); }

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

<style>
 a { background-color: #82029B; }

 a { background-color: rgb(130,2,155); }

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

<style>
 span { border-color: #82029B; }

 span { border-color: rgb(130,2,155); }

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