#91068D

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

Shades of Dark Magenta #91068D

Tints of Dark Magenta #91068D

Color information

#91068D (or 0x91068D) is unknown color: approx Dark Magenta. HEX triplet: 91, 06 and 8D. RGB value is (145,6,141). Sum of RGB (Red+Green+Blue) = 145+6+141=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #91068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91068D is #6EF972. Grayscale: #3E3E3E. Windows color (decimal): -7272819 or 9242257. OLE color: 9242257.

HSL color Cylindrical-coordinate representation of color #91068D: hue angle of 301.73º 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 #91068D is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB1456141-
CMYK00.960.030.43
HSL301.73º92.05%29.61%-
HSV(B)301.73º95.86%56.86%-
XYZ16.558.0725.89-
YUV62.95172.05186.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.66%
GREEN value IS 6 (2.73% from 255) = 2.05%
BLUE value IS 141 (55.47% from 255) = 48.29%
R=49.66%
G=2.05%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145614100.960.030.43301.7392.0529.61
Hex9168D06032B12e5c1e
Octal2216215014035345613436
Binary10010001110100011010110000011101011100101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91068D; }

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

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

<style>
 a { background-color: #91068D; }

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

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

<style>
 span { border-color: #91068D; }

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

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