Html Css Color HEX #990098 Dark Magenta

📋 copy color: '#990098'

red 153 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #990098

Tints of Dark Magenta #990098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.16%
G = 0%
B = 49.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#990098 (or 0x990098) is known color: Dark Magenta. HEX triplet: 99, 00 and 98. RGB value is (153,0,152). Sum of RGB (Red+Green+Blue) = 153+0+152=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #990098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990098 is #66FF67. Grayscale: #3E3E3E. Windows color (decimal): -6750056 or 9961625. OLE color: 9961625.

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

Color convert

RGB 153 0 152 -
CMYK 0 1 0.01 0.4
HSL 300.39º 1% 0.3% -
HSV(B) 300.39º 1% 0.6% -
XYZ 18.8 9.04 30.46 -
YUV 63.08 178.19 192.14 -
System Red Green Blue C M Y K H S L
Decimal 153 0 152 0 1 0.01 0.4 300.39 1 0.3
Hex 99 0 98 0 64 1 28 12C 64 1E
Octal 231 0 230 0 144 1 50 454 144 36
Binary 10011001 0 10011000 0 1100100 1 101000 100101100 1100100 11110

Color Harmonies of #990098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990098

Black with #990098

Text Example


Text Example

White with #990098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990098; }

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

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

background-color css

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

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

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

border-color css

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

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

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