Html Css Color HEX #990193 Dark Magenta

📋 copy color: '#990193'

red 153 ◦ green 1 ◦ blue 147

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

Shades of Dark Magenta #990193

Tints of Dark Magenta #990193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 50.83%
G = 0.33%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#990193 (or 0x990193) is known color: Dark Magenta. HEX triplet: 99, 01 and 93. RGB value is (153,1,147). Sum of RGB (Red+Green+Blue) = 153+1+147=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #990193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990193 is #66FE6C. Grayscale: #3E3E3E. Windows color (decimal): -6749805 or 9634201. OLE color: 9634201.

HSL color Cylindrical-coordinate representation of color #990193: hue angle of 302.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990193 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 147 -
CMYK 0 0.99 0.04 0.4
HSL 302.37º 0.99% 0.3% -
HSV(B) 302.37º 0.99% 0.6% -
XYZ 18.41 8.9 28.35 -
YUV 63.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 153 1 147 0 0.99 0.04 0.4 302.37 0.99 0.3
Hex 99 1 93 0 63 4 28 12E 63 1E
Octal 231 1 223 0 143 4 50 456 143 36
Binary 10011001 1 10010011 0 1100011 100 101000 100101110 1100011 11110

Color Harmonies of #990193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990193

Black with #990193

Text Example


Text Example

White with #990193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990193; }

 p { color: rgb(153,1,147); }

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

background-color css

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

 a { background-color: rgb(153,1,147); }

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

border-color css

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

 span { border-color: rgb(153,1,147); }

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