Html Css Color HEX #990388 Dark Magenta

📋 copy color: '#990388'

red 153 ◦ green 3 ◦ blue 136

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

Shades of Dark Magenta #990388

Tints of Dark Magenta #990388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 52.4%
G = 1.03%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#990388 (or 0x990388) is known color: Dark Magenta. HEX triplet: 99, 03 and 88. RGB value is (153,3,136). Sum of RGB (Red+Green+Blue) = 153+3+136=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #990388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990388 is #66FC77. Grayscale: #3E3E3E. Windows color (decimal): -6749304 or 8913817. OLE color: 8913817.

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

Color convert

RGB 153 3 136 -
CMYK 0 0.98 0.11 0.4
HSL 306.8º 0.96% 0.31% -
HSV(B) 306.8º 0.98% 0.6% -
XYZ 17.61 8.62 24.03 -
YUV 63.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 153 3 136 0 0.98 0.11 0.4 306.8 0.96 0.31
Hex 99 3 88 0 62 B 28 133 60 1F
Octal 231 3 210 0 142 13 50 463 140 37
Binary 10011001 11 10001000 0 1100010 1011 101000 100110011 1100000 11111

Color Harmonies of #990388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990388

Black with #990388

Text Example


Text Example

White with #990388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990388; }

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

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

background-color css

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

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

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

border-color css

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

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

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