#910696

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

Shades of Dark Magenta #910696

Tints of Dark Magenta #910696

Color information

#910696 (or 0x910696) is unknown color: approx Dark Magenta. HEX triplet: 91, 06 and 96. RGB value is (145,6,150). Sum of RGB (Red+Green+Blue) = 145+6+150=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #910696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910696 is #6EF969. Grayscale: #3F3F3F. Windows color (decimal): -7272810 or 9832081. OLE color: 9832081.

HSL color Cylindrical-coordinate representation of color #910696: hue angle of 297.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910696 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1456150-
CMYK0.030.9600.41
HSL297.92º92.31%30.59%-
HSV(B)297.92º96%58.82%-
XYZ17.258.3529.56-
YUV63.98176.55185.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=48.17%
G=1.99%
B=49.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14561500.030.9600.41297.9292.3130.59
Hex9169636002912a5c1f
Octal2216226314005145213437
Binary10010001110100101101111000000101001100101010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910696; }

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

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

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

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

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

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

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

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