#910992

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

Shades of Dark Magenta #910992

Tints of Dark Magenta #910992

Color information

#910992 (or 0x910992) is unknown color: approx Dark Magenta. HEX triplet: 91, 09 and 92. RGB value is (145,9,146). Sum of RGB (Red+Green+Blue) = 145+9+146=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #910992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910992 is #6EF66D. Grayscale: #404040. Windows color (decimal): -7272046 or 9570705. OLE color: 9570705.

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

Color convert

RGB1459146-
CMYK0.010.9400.43
HSL299.56º88.39%30.39%-
HSV(B)299.56º93.84%57.25%-
XYZ16.968.2927.9-
YUV65.28173.56184.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.33%
GREEN value IS 9 (3.91% from 255) = 3%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=48.33%
G=3%
B=48.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14591460.010.9400.43299.5688.3930.39
Hex9199215E02B12c581e
Octal22111222113605345413036
Binary10010001100110010010110111100101011100101100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910992; }

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

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

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

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

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

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

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

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