Html Css Color HEX #990485 Dark Magenta

📋 copy color: '#990485'

red 153 ◦ green 4 ◦ blue 133

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

Shades of Dark Magenta #990485

Tints of Dark Magenta #990485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 52.76%
G = 1.38%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#990485 (or 0x990485) is known color: Dark Magenta. HEX triplet: 99, 04 and 85. RGB value is (153,4,133). Sum of RGB (Red+Green+Blue) = 153+4+133=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #990485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990485 is #66FB7A. Grayscale: #3E3E3E. Windows color (decimal): -6749051 or 8717465. OLE color: 8717465.

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

Color convert

RGB 153 4 133 -
CMYK 0 0.97 0.13 0.4
HSL 308.05º 0.95% 0.31% -
HSV(B) 308.05º 0.97% 0.6% -
XYZ 17.41 8.55 22.92 -
YUV 63.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 153 4 133 0 0.97 0.13 0.4 308.05 0.95 0.31
Hex 99 4 85 0 61 D 28 134 5F 1F
Octal 231 4 205 0 141 15 50 464 137 37
Binary 10011001 100 10000101 0 1100001 1101 101000 100110100 1011111 11111

Color Harmonies of #990485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990485

Black with #990485

Text Example


Text Example

White with #990485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990485; }

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

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

background-color css

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

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

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

border-color css

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

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

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