Html Css Color HEX #980392 Dark Magenta

📋 copy color: '#980392'

red 152 ◦ green 3 ◦ blue 146

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

Shades of Dark Magenta #980392

Tints of Dark Magenta #980392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 50.5%
G = 1%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#980392 (or 0x980392) is known color: Dark Magenta. HEX triplet: 98, 03 and 92. RGB value is (152,3,146). Sum of RGB (Red+Green+Blue) = 152+3+146=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #980392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980392 is #67FC6D. Grayscale: #3F3F3F. Windows color (decimal): -6814830 or 9569176. OLE color: 9569176.

HSL color Cylindrical-coordinate representation of color #980392: hue angle of 302.42º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980392 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 146 -
CMYK 0 0.98 0.04 0.40
HSL 302.42º 0.96% 0.3% -
HSV(B) 302.42º 0.98% 0.6% -
XYZ 18.17 8.82 27.94 -
YUV 63.85 174.36 190.87 -
System Red Green Blue C M Y K H S L
Decimal 152 3 146 0 0.98 0.04 0.40 302.42 0.96 0.3
Hex 98 3 92 0 62 4 28 12E 60 1E
Octal 230 3 222 0 142 4 50 456 140 36
Binary 10011000 11 10010010 0 1100010 100 101000 100101110 1100000 11110

Color Harmonies of #980392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980392

Black with #980392

Text Example


Text Example

White with #980392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980392; }

 p { color: rgb(152,3,146); }

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

background-color css

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

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

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

border-color css

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

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

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