Html Css Color HEX #980198 Dark Magenta

📋 copy color: '#980198'

red 152 ◦ green 1 ◦ blue 152

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

Shades of Dark Magenta #980198

Tints of Dark Magenta #980198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 49.84%
G = 0.33%
B = 49.84%

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

#980198 (or 0x980198) is known color: Dark Magenta. HEX triplet: 98, 01 and 98. RGB value is (152,1,152). Sum of RGB (Red+Green+Blue) = 152+1+152=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #980198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980198 is #67FE67. Grayscale: #3E3E3E. Windows color (decimal): -6815336 or 9961880. OLE color: 9961880.

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

Color convert

RGB 152 1 152 -
CMYK 0 0.99 0 0.40
HSL 300º 0.99% 0.3% -
HSV(B) 300º 0.99% 0.6% -
XYZ 18.63 8.96 30.45 -
YUV 63.36 178.03 191.22 -
System Red Green Blue C M Y K H S L
Decimal 152 1 152 0 0.99 0 0.40 300 0.99 0.3
Hex 98 1 98 0 63 0 28 12C 63 1E
Octal 230 1 230 0 143 0 50 454 143 36
Binary 10011000 1 10011000 0 1100011 0 101000 100101100 1100011 11110

Color Harmonies of #980198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980198

Black with #980198

Text Example


Text Example

White with #980198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980198; }

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

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

background-color css

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

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

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

border-color css

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

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

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