Html Css Color HEX #980299 Dark Magenta

📋 copy color: '#980299'

red 152 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #980299

Tints of Dark Magenta #980299

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #980299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980299

Black with #980299

Text Example


Text Example

White with #980299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980299; }

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

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

background-color css

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

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

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

border-color css

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

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

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