Html Css Color HEX #990790 Dark Magenta

📋 copy color: '#990790'

red 153 ◦ green 7 ◦ blue 144

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

Shades of Dark Magenta #990790

Tints of Dark Magenta #990790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 144 (56.64% from 255) = 47.37%

R = 50.33%
G = 2.3%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#990790 (or 0x990790) is known color: Dark Magenta. HEX triplet: 99, 07 and 90. RGB value is (153,7,144). Sum of RGB (Red+Green+Blue) = 153+7+144=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #990790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990790 is #66F86F. Grayscale: #414141. Windows color (decimal): -6748272 or 9439129. OLE color: 9439129.

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

Color convert

RGB 153 7 144 -
CMYK 0 0.95 0.06 0.4
HSL 303.7º 0.91% 0.31% -
HSV(B) 303.7º 0.95% 0.6% -
XYZ 18.25 8.94 27.15 -
YUV 66.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 153 7 144 0 0.95 0.06 0.4 303.7 0.91 0.31
Hex 99 7 90 0 5F 6 28 130 5B 1F
Octal 231 7 220 0 137 6 50 460 133 37
Binary 10011001 111 10010000 0 1011111 110 101000 100110000 1011011 11111

Color Harmonies of #990790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990790

Black with #990790

Text Example


Text Example

White with #990790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990790; }

 p { color: rgb(153,7,144); }

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

background-color css

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

 a { background-color: rgb(153,7,144); }

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

border-color css

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

 span { border-color: rgb(153,7,144); }

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