#91007F

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

Shades of Dark Magenta #91007F

Tints of Dark Magenta #91007F

Color information

#91007F (or 0x91007F) is unknown color: approx Dark Magenta. HEX triplet: 91, 00 and 7F. RGB value is (145,0,127). Sum of RGB (Red+Green+Blue) = 145+0+127=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #91007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91007F is #6EFF80. Grayscale: #393939. Windows color (decimal): -7274369 or 8323217. OLE color: 8323217.

HSL color Cylindrical-coordinate representation of color #91007F: hue angle of 307.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91007F is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB1450127-
CMYK010.120.43
HSL307.45º100%28.43%-
HSV(B)307.45º100%56.86%-
XYZ15.517.5520.72-
YUV57.83167.04190.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 46.69%
R=53.31%
G=0%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1450127010.120.43307.4510028.43
Hex9107F064C2B133641c
Octal22101770144145346314434
Binary1001000101111111011001001100101011100110011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91007F; }

 p { color: rgb(145,0,127); }

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

<style>
 a { background-color: #91007F; }

 a { background-color: rgb(145,0,127); }

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

<style>
 span { border-color: #91007F; }

 span { border-color: rgb(145,0,127); }

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