Html Css Color HEX #980494 Dark Magenta

📋 copy color: '#980494'

red 152 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #980494

Tints of Dark Magenta #980494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 50%
G = 1.32%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#980494 (or 0x980494) is known color: Dark Magenta. HEX triplet: 98, 04 and 94. RGB value is (152,4,148). Sum of RGB (Red+Green+Blue) = 152+4+148=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #980494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980494 is #67FB6B. Grayscale: #404040. Windows color (decimal): -6814572 or 9700504. OLE color: 9700504.

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

Color convert

RGB 152 4 148 -
CMYK 0 0.97 0.03 0.40
HSL 301.62º 0.95% 0.31% -
HSV(B) 301.62º 0.97% 0.6% -
XYZ 18.34 8.9 28.77 -
YUV 64.67 175.03 190.29 -
System Red Green Blue C M Y K H S L
Decimal 152 4 148 0 0.97 0.03 0.40 301.62 0.95 0.31
Hex 98 4 94 0 61 3 28 12E 5F 1F
Octal 230 4 224 0 141 3 50 456 137 37
Binary 10011000 100 10010100 0 1100001 11 101000 100101110 1011111 11111

Color Harmonies of #980494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980494

Black with #980494

Text Example


Text Example

White with #980494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980494; }

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

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

background-color css

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

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

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

border-color css

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

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

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