#81029D

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

Shades of Dark Magenta #81029D

Tints of Dark Magenta #81029D

Color information

#81029D (or 0x81029D) is unknown color: approx Dark Magenta. HEX triplet: 81, 02 and 9D. RGB value is (129,2,157). Sum of RGB (Red+Green+Blue) = 129+2+157=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #81029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81029D is #7EFD62. Grayscale: #393939. Windows color (decimal): -8322403 or 10289793. OLE color: 10289793.

HSL color Cylindrical-coordinate representation of color #81029D: hue angle of 289.16º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81029D is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1292157-
CMYK0.180.9900.38
HSL289.16º97.48%31.18%-
HSV(B)289.16º98.73%61.57%-
XYZ15.167.1432.48-
YUV57.64184.08178.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.79%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 157 (61.72% from 255) = 54.51%
R=44.79%
G=0.69%
B=54.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12921570.180.9900.38289.1697.4831.18
Hex8129D1263026121611f
Octal20122352214304644114137
Binary1000000110100111011001011000110100110100100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81029D; }

 p { color: rgb(129,2,157); }

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

<style>
 a { background-color: #81029D; }

 a { background-color: rgb(129,2,157); }

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

<style>
 span { border-color: #81029D; }

 span { border-color: rgb(129,2,157); }

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