#990692

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

Shades of Dark Magenta #990692

Tints of Dark Magenta #990692

Color information

#990692 (or 0x990692) is unknown color: approx Dark Magenta. HEX triplet: 99, 06 and 92. RGB value is (153,6,146). Sum of RGB (Red+Green+Blue) = 153+6+146=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #990692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990692 is #66F96D. Grayscale: #414141. Windows color (decimal): -6748526 or 9569945. OLE color: 9569945.

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

Color convert

RGB1536146-
CMYK00.960.050.4
HSL302.86º92.45%31.18%-
HSV(B)302.86º96.08%60%-
XYZ18.398.9827.96-
YUV65.91173.2190.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=50.16%
G=1.97%
B=47.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153614600.960.050.4302.8692.4531.18
Hex9969206052812f5c1f
Octal2316222014055045713437
Binary100110011101001001001100000101101000100101111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990692; }

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

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

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

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

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

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

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

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