Html Css Color HEX #990298 Dark Magenta

📋 copy color: '#990298'

red 153 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #990298

Tints of Dark Magenta #990298

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 152 (59.77% from 255) = 49.51%

R = 49.84%
G = 0.65%
B = 49.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#990298 (or 0x990298) is known color: Dark Magenta. HEX triplet: 99, 02 and 98. RGB value is (153,2,152). Sum of RGB (Red+Green+Blue) = 153+2+152=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #990298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990298 is #66FD67. Grayscale: #3F3F3F. Windows color (decimal): -6749544 or 9962137. OLE color: 9962137.

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

Color convert

RGB 153 2 152 -
CMYK 0 0.99 0.01 0.4
HSL 300.4º 0.97% 0.3% -
HSV(B) 300.4º 0.99% 0.6% -
XYZ 18.83 9.08 30.47 -
YUV 64.25 177.53 191.3 -
System Red Green Blue C M Y K H S L
Decimal 153 2 152 0 0.99 0.01 0.4 300.4 0.97 0.3
Hex 99 2 98 0 63 1 28 12C 61 1E
Octal 231 2 230 0 143 1 50 454 141 36
Binary 10011001 10 10011000 0 1100011 1 101000 100101100 1100001 11110

Color Harmonies of #990298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990298

Black with #990298

Text Example


Text Example

White with #990298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990298; }

 p { color: rgb(153,2,152); }

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

background-color css

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

 a { background-color: rgb(153,2,152); }

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

border-color css

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

 span { border-color: rgb(153,2,152); }

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