#91159C

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

Shades of Dark Magenta #91159C

Tints of Dark Magenta #91159C

Color information

#91159C (or 0x91159C) is unknown color: approx Dark Magenta. HEX triplet: 91, 15 and 9C. RGB value is (145,21,156). Sum of RGB (Red+Green+Blue) = 145+21+156=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #91159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91159C is #6EEA63. Grayscale: #494949. Windows color (decimal): -7268964 or 10229137. OLE color: 10229137.

HSL color Cylindrical-coordinate representation of color #91159C: hue angle of 295.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91159C is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14521156-
CMYK0.070.8700.39
HSL295.11º76.27%34.71%-
HSV(B)295.11º86.54%61.18%-
XYZ17.958.9632.24-
YUV73.47174.58179.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 21 (8.59% from 255) = 6.52%
BLUE value IS 156 (61.33% from 255) = 48.45%
R=45.03%
G=6.52%
B=48.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal145211560.070.8700.39295.1176.2734.71
Hex91159C7570271274c23
Octal22125234712704744711443
Binary100100011010110011100111101011101001111001001111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,21,156); }

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

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

 a { background-color: rgb(145,21,156); }

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

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

 span { border-color: rgb(145,21,156); }

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