Html Css Color HEX #980492 Dark Magenta

📋 copy color: '#980492'

red 152 ◦ green 4 ◦ blue 146

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

Shades of Dark Magenta #980492

Tints of Dark Magenta #980492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 50.33%
G = 1.32%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#980492 (or 0x980492) is known color: Dark Magenta. HEX triplet: 98, 04 and 92. RGB value is (152,4,146). Sum of RGB (Red+Green+Blue) = 152+4+146=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #980492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980492 is #67FB6D. Grayscale: #404040. Windows color (decimal): -6814574 or 9569432. OLE color: 9569432.

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

Color convert

RGB 152 4 146 -
CMYK 0 0.97 0.04 0.40
HSL 302.43º 0.95% 0.31% -
HSV(B) 302.43º 0.97% 0.6% -
XYZ 18.18 8.84 27.94 -
YUV 64.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 152 4 146 0 0.97 0.04 0.40 302.43 0.95 0.31
Hex 98 4 92 0 61 4 28 12E 5F 1F
Octal 230 4 222 0 141 4 50 456 137 37
Binary 10011000 100 10010010 0 1100001 100 101000 100101110 1011111 11111

Color Harmonies of #980492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980492

Black with #980492

Text Example


Text Example

White with #980492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980492; }

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

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

background-color css

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

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

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

border-color css

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

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

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