#81069B

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

Shades of Dark Magenta #81069B

Tints of Dark Magenta #81069B

Color information

#81069B (or 0x81069B) is unknown color: approx Dark Magenta. HEX triplet: 81, 06 and 9B. RGB value is (129,6,155). Sum of RGB (Red+Green+Blue) = 129+6+155=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #81069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81069B is #7EF964. Grayscale: #3B3B3B. Windows color (decimal): -8321381 or 10159745. OLE color: 10159745.

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

Color convert

RGB1296155-
CMYK0.170.9600.39
HSL289.53º92.55%31.57%-
HSV(B)289.53º96.13%60.78%-
XYZ15.037.1631.6-
YUV59.76181.75177.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 6 (2.73% from 255) = 2.07%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=44.48%
G=2.07%
B=53.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12961550.170.9600.39289.5392.5531.57
Hex8169B11600271225d20
Octal20162332114004744213540
Binary100000011101001101110001110000001001111001000101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,6,155); }

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

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

 a { background-color: rgb(129,6,155); }

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

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

 span { border-color: rgb(129,6,155); }

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