#990683

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

Shades of Dark Magenta #990683

Tints of Dark Magenta #990683

Color information

#990683 (or 0x990683) is unknown color: approx Dark Magenta. HEX triplet: 99, 06 and 83. RGB value is (153,6,131). Sum of RGB (Red+Green+Blue) = 153+6+131=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #990683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990683 is #66F97C. Grayscale: #3F3F3F. Windows color (decimal): -6748541 or 8586905. OLE color: 8586905.

HSL color Cylindrical-coordinate representation of color #990683: hue angle of 308.98º 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 #990683 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB1536131-
CMYK00.960.140.4
HSL308.98º92.45%31.18%-
HSV(B)308.98º96.08%60%-
XYZ17.38.5422.21-
YUV64.2165.7191.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 6 (2.73% from 255) = 2.07%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=52.76%
G=2.07%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153613100.960.140.4308.9892.4531.18
Hex99683060E281355c1f
Octal23162030140165046513437
Binary1001100111010000011011000001110101000100110101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990683; }

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

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

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

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

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

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

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

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