Html Css Color HEX #990488 Dark Magenta

📋 copy color: '#990488'

red 153 ◦ green 4 ◦ blue 136

#990488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #990488

Tints of Dark Magenta #990488

RGB

 RED value IS 153 (60.16% from 255) = 52.22%

 GREEN value IS 4 (1.95% from 255) = 1.37%

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 52.22%
G = 1.37%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#990488 (or 0x990488) is known color: Dark Magenta. HEX triplet: 99, 04 and 88. RGB value is (153,4,136). Sum of RGB (Red+Green+Blue) = 153+4+136=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #990488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990488 is #66FB77. Grayscale: #3F3F3F. Windows color (decimal): -6749048 or 8914073. OLE color: 8914073.

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

Color convert

RGB 153 4 136 -
CMYK 0 0.97 0.11 0.4
HSL 306.85º 0.95% 0.31% -
HSV(B) 306.85º 0.97% 0.6% -
XYZ 17.62 8.64 24.03 -
YUV 63.6 168.86 191.77 -
System Red Green Blue C M Y K H S L
Decimal 153 4 136 0 0.97 0.11 0.4 306.85 0.95 0.31
Hex 99 4 88 0 61 B 28 133 5F 1F
Octal 231 4 210 0 141 13 50 463 137 37
Binary 10011001 100 10001000 0 1100001 1011 101000 100110011 1011111 11111

Color Harmonies of #990488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990488

Black with #990488

Text Example


Text Example

White with #990488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990488; }

 p { color: rgb(153,4,136); }

 H1.HeaderClassName
 {
   color: #990488;
 }
 .AnyTagClassName
 {
   color: #990488;
 }
</style>

background-color css

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

 a { background-color: rgb(153,4,136); }

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

border-color css

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

 span { border-color: rgb(153,4,136); }

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