#990681

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

Shades of Dark Magenta #990681

Tints of Dark Magenta #990681

Color information

#990681 (or 0x990681) is unknown color: approx Dark Magenta. HEX triplet: 99, 06 and 81. RGB value is (153,6,129). Sum of RGB (Red+Green+Blue) = 153+6+129=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #990681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990681 is #66F97E. Grayscale: #3F3F3F. Windows color (decimal): -6748543 or 8455833. OLE color: 8455833.

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

Color convert

RGB1536129-
CMYK00.960.160.4
HSL309.8º92.45%31.18%-
HSV(B)309.8º96.08%60%-
XYZ17.168.4921.5-
YUV63.98164.7191.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 6 (2.73% from 255) = 2.08%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=53.12%
G=2.08%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153612900.960.160.4309.892.4531.18
Hex9968106010281365c1f
Octal23162010140205046613437
Binary10011001110100000010110000010000101000100110110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990681; }

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

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

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

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

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

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

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

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