Html Css Color HEX #980298 Dark Magenta

📋 copy color: '#980298'

red 152 ◦ green 2 ◦ blue 152

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

Shades of Dark Magenta #980298

Tints of Dark Magenta #980298

RGB

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

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

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

R = 49.67%
G = 0.65%
B = 49.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#980298 (or 0x980298) is known color: Dark Magenta. HEX triplet: 98, 02 and 98. RGB value is (152,2,152). Sum of RGB (Red+Green+Blue) = 152+2+152=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #980298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980298 is #67FD67. Grayscale: #3F3F3F. Windows color (decimal): -6815080 or 9962136. OLE color: 9962136.

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

Color convert

RGB 152 2 152 -
CMYK 0 0.99 0 0.40
HSL 300º 0.97% 0.3% -
HSV(B) 300º 0.99% 0.6% -
XYZ 18.64 8.99 30.46 -
YUV 63.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 152 2 152 0 0.99 0 0.40 300 0.97 0.3
Hex 98 2 98 0 63 0 28 12C 61 1E
Octal 230 2 230 0 143 0 50 454 141 36
Binary 10011000 10 10011000 0 1100011 0 101000 100101100 1100001 11110

Color Harmonies of #980298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980298

Black with #980298

Text Example


Text Example

White with #980298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980298; }

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

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

background-color css

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

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

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

border-color css

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

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

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