Html Css Color HEX #981594 Dark Magenta

📋 copy color: '#981594'

red 152 ◦ green 21 ◦ blue 148

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

Shades of Dark Magenta #981594

Tints of Dark Magenta #981594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

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

R = 47.35%
G = 6.54%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#981594 (or 0x981594) is known color: Dark Magenta. HEX triplet: 98, 15 and 94. RGB value is (152,21,148). Sum of RGB (Red+Green+Blue) = 152+21+148=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #981594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981594 is #67EA6B. Grayscale: #4A4A4A. Windows color (decimal): -6810220 or 9704856. OLE color: 9704856.

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

Color convert

RGB 152 21 148 -
CMYK 0 0.86 0.03 0.40
HSL 301.83º 0.76% 0.34% -
HSV(B) 301.83º 0.86% 0.6% -
XYZ 18.56 9.35 28.84 -
YUV 74.65 169.4 183.17 -
System Red Green Blue C M Y K H S L
Decimal 152 21 148 0 0.86 0.03 0.40 301.83 0.76 0.34
Hex 98 15 94 0 56 3 28 12E 4C 22
Octal 230 25 224 0 126 3 50 456 114 42
Binary 10011000 10101 10010100 0 1010110 11 101000 100101110 1001100 100010

Color Harmonies of #981594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981594

Black with #981594

Text Example


Text Example

White with #981594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981594; }

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

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

background-color css

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

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

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

border-color css

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

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

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