#91007E

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

Shades of Dark Magenta #91007E

Tints of Dark Magenta #91007E

Color information

#91007E (or 0x91007E) is unknown color: approx Dark Magenta. HEX triplet: 91, 00 and 7E. RGB value is (145,0,126). Sum of RGB (Red+Green+Blue) = 145+0+126=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #91007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91007E is #6EFF81. Grayscale: #393939. Windows color (decimal): -7274370 or 8257681. OLE color: 8257681.

HSL color Cylindrical-coordinate representation of color #91007E: hue angle of 307.86º 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 #91007E is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB1450126-
CMYK010.130.43
HSL307.86º100%28.43%-
HSV(B)307.86º100%56.86%-
XYZ15.447.5320.38-
YUV57.72166.54190.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 53.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 46.49%
R=53.51%
G=0%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1450126010.130.43307.8610028.43
Hex9107E064D2B134641c
Octal22101760144155346414434
Binary1001000101111110011001001101101011100110100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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