#990A98

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

Shades of Dark Magenta #990A98

Tints of Dark Magenta #990A98

Color information

#990A98 (or 0x990A98) is unknown color: approx Dark Magenta. HEX triplet: 99, 0A and 98. RGB value is (153,10,152). Sum of RGB (Red+Green+Blue) = 153+10+152=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #990A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990A98 is #66F567. Grayscale: #444444. Windows color (decimal): -6747496 or 9964185. OLE color: 9964185.

HSL color Cylindrical-coordinate representation of color #990A98: hue angle of 300.42º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A98 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15310152-
CMYK00.930.010.4
HSL300.42º87.73%31.96%-
HSV(B)300.42º93.46%60%-
XYZ18.919.2630.5-
YUV68.94174.88187.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=48.57%
G=3.17%
B=48.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531015200.930.010.4300.4287.7331.96
Hex99A9805D12812c5820
Octal23112230013515045413040
Binary100110011010100110000101110111010001001011001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990A98; }

 p { color: rgb(153,10,152); }

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

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

 a { background-color: rgb(153,10,152); }

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

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

 span { border-color: rgb(153,10,152); }

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