Html Css Color HEX #984080 Medium Red Violet

📋 copy color: '#984080'

red 152 ◦ green 64 ◦ blue 128

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

Shades of Medium Red Violet #984080

Tints of Medium Red Violet #984080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 128 (50.39% from 255) = 37.21%

R = 44.19%
G = 18.6%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#984080 (or 0x984080) is known color: Medium Red Violet. HEX triplet: 98, 40 and 80. RGB value is (152,64,128). Sum of RGB (Red+Green+Blue) = 152+64+128=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #984080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984080 is #67BF7F. Grayscale: #616161. Windows color (decimal): -6799232 or 8405144. OLE color: 8405144.

HSL color Cylindrical-coordinate representation of color #984080: hue angle of 316.36º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984080 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 128 -
CMYK 0 0.58 0.16 0.40
HSL 316.36º 0.41% 0.42% -
HSV(B) 316.36º 0.58% 0.6% -
XYZ 18.68 11.9 21.73 -
YUV 97.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 152 64 128 0 0.58 0.16 0.40 316.36 0.41 0.42
Hex 98 40 80 0 3A 10 28 13C 29 2A
Octal 230 100 200 0 72 20 50 474 51 52
Binary 10011000 1000000 10000000 0 111010 10000 101000 100111100 101001 101010

Color Harmonies of #984080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984080

Black with #984080

Text Example


Text Example

White with #984080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984080; }

 p { color: rgb(152,64,128); }

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

background-color css

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

 a { background-color: rgb(152,64,128); }

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

border-color css

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

 span { border-color: rgb(152,64,128); }

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