#91067C

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

Shades of Dark Magenta #91067C

Tints of Dark Magenta #91067C

Color information

#91067C (or 0x91067C) is unknown color: approx Dark Magenta. HEX triplet: 91, 06 and 7C. RGB value is (145,6,124). Sum of RGB (Red+Green+Blue) = 145+6+124=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #91067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91067C is #6EF983. Grayscale: #3C3C3C. Windows color (decimal): -7272836 or 8128145. OLE color: 8128145.

HSL color Cylindrical-coordinate representation of color #91067C: hue angle of 309.06º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91067C is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB1456124-
CMYK00.960.140.43
HSL309.06º92.05%29.61%-
HSV(B)309.06º95.86%56.86%-
XYZ15.387.6119.73-
YUV61.01163.55187.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.73%
GREEN value IS 6 (2.73% from 255) = 2.18%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=52.73%
G=2.18%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145612400.960.140.43309.0692.0529.61
Hex9167C060E2B1355c1e
Octal22161740140165346513436
Binary100100011101111100011000001110101011100110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91067C; }

 p { color: rgb(145,6,124); }

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

<style>
 a { background-color: #91067C; }

 a { background-color: rgb(145,6,124); }

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

<style>
 span { border-color: #91067C; }

 span { border-color: rgb(145,6,124); }

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