#990092

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

Shades of Dark Magenta #990092

Tints of Dark Magenta #990092

Color information

#990092 (or 0x990092) is unknown color: approx Dark Magenta. HEX triplet: 99, 00 and 92. RGB value is (153,0,146). Sum of RGB (Red+Green+Blue) = 153+0+146=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #990092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990092 is #66FF6D. Grayscale: #3D3D3D. Windows color (decimal): -6750062 or 9568409. OLE color: 9568409.

HSL color Cylindrical-coordinate representation of color #990092: hue angle of 302.75º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990092 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB1530146-
CMYK010.050.4
HSL302.75º100%30%-
HSV(B)302.75º100%60%-
XYZ18.338.8527.94-
YUV62.39175.19192.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=51.17%
G=0%
B=48.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530146010.050.4302.7510030
Hex9909206452812f641e
Octal2310222014455045714436
Binary1001100101001001001100100101101000100101111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990092; }

 p { color: rgb(153,0,146); }

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

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

 a { background-color: rgb(153,0,146); }

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

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

 span { border-color: rgb(153,0,146); }

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