#910192

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

Shades of Dark Magenta #910192

Tints of Dark Magenta #910192

Color information

#910192 (or 0x910192) is unknown color: approx Dark Magenta. HEX triplet: 91, 01 and 92. RGB value is (145,1,146). Sum of RGB (Red+Green+Blue) = 145+1+146=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #910192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910192 is #6EFE6D. Grayscale: #3C3C3C. Windows color (decimal): -7274094 or 9568657. OLE color: 9568657.

HSL color Cylindrical-coordinate representation of color #910192: hue angle of 299.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910192 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1451146-
CMYK0.010.9900.43
HSL299.59º98.64%28.82%-
HSV(B)299.59º99.32%57.25%-
XYZ16.888.1227.87-
YUV60.59176.21188.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.66%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 146 (57.42% from 255) = 50%
R=49.66%
G=0.34%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511460.010.9900.43299.5998.6428.82
Hex9119216302B12c631d
Octal2211222114305345414335
Binary10010001110010010111000110101011100101100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910192; }

 p { color: rgb(145,1,146); }

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

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

 a { background-color: rgb(145,1,146); }

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

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

 span { border-color: rgb(145,1,146); }

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