Html Css Color HEX #990789 Dark Magenta

📋 copy color: '#990789'

red 153 ◦ green 7 ◦ blue 137

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

Shades of Dark Magenta #990789

Tints of Dark Magenta #990789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.13%

R = 51.52%
G = 2.36%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#990789 (or 0x990789) is known color: Dark Magenta. HEX triplet: 99, 07 and 89. RGB value is (153,7,137). Sum of RGB (Red+Green+Blue) = 153+7+137=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #990789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990789 is #66F876. Grayscale: #414141. Windows color (decimal): -6748279 or 8980377. OLE color: 8980377.

HSL color Cylindrical-coordinate representation of color #990789: hue angle of 306.58º 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 #990789 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 7 137 -
CMYK 0 0.95 0.10 0.4
HSL 306.58º 0.91% 0.31% -
HSV(B) 306.58º 0.95% 0.6% -
XYZ 17.73 8.73 24.42 -
YUV 65.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 153 7 137 0 0.95 0.10 0.4 306.58 0.91 0.31
Hex 99 7 89 0 5F A 28 133 5B 1F
Octal 231 7 211 0 137 12 50 463 133 37
Binary 10011001 111 10001001 0 1011111 1010 101000 100110011 1011011 11111

Color Harmonies of #990789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990789

Black with #990789

Text Example


Text Example

White with #990789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990789; }

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

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

background-color css

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

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

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

border-color css

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

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

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