#91069E

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

Shades of Dark Magenta #91069E

Tints of Dark Magenta #91069E

Color information

#91069E (or 0x91069E) is unknown color: approx Dark Magenta. HEX triplet: 91, 06 and 9E. RGB value is (145,6,158). Sum of RGB (Red+Green+Blue) = 145+6+158=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #91069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91069E is #6EF961. Grayscale: #404040. Windows color (decimal): -7272802 or 10356369. OLE color: 10356369.

HSL color Cylindrical-coordinate representation of color #91069E: hue angle of 294.87º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91069E is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1456158-
CMYK0.080.9600.38
HSL294.87º92.68%32.16%-
HSV(B)294.87º96.2%61.96%-
XYZ17.918.6233.07-
YUV64.89180.55185.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 6 (2.73% from 255) = 1.94%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=46.93%
G=1.94%
B=51.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14561580.080.9600.38294.8792.6832.16
Hex9169E8600261275d20
Octal22162361014004644713540
Binary10010001110100111101000110000001001101001001111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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