Html Css Color HEX #980994 Dark Magenta

📋 copy color: '#980994'

red 152 ◦ green 9 ◦ blue 148

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

Shades of Dark Magenta #980994

Tints of Dark Magenta #980994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.91%

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

R = 49.19%
G = 2.91%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#980994 (or 0x980994) is known color: Dark Magenta. HEX triplet: 98, 09 and 94. RGB value is (152,9,148). Sum of RGB (Red+Green+Blue) = 152+9+148=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #980994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980994 is #67F66B. Grayscale: #434343. Windows color (decimal): -6813292 or 9701784. OLE color: 9701784.

HSL color Cylindrical-coordinate representation of color #980994: hue angle of 301.68º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980994 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 148 -
CMYK 0 0.94 0.03 0.40
HSL 301.68º 0.89% 0.32% -
HSV(B) 301.68º 0.94% 0.6% -
XYZ 18.39 9.01 28.79 -
YUV 67.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 152 9 148 0 0.94 0.03 0.40 301.68 0.89 0.32
Hex 98 9 94 0 5E 3 28 12E 59 20
Octal 230 11 224 0 136 3 50 456 131 40
Binary 10011000 1001 10010100 0 1011110 11 101000 100101110 1011001 100000

Color Harmonies of #980994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980994

Black with #980994

Text Example


Text Example

White with #980994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980994; }

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

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

background-color css

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

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

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

border-color css

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

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

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