#984481

Color #984481 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #984481

Tints of Medium Red Violet #984481

Color information

#984481 (or 0x984481) is unknown color: approx Medium Red Violet. HEX triplet: 98, 44 and 81. RGB value is (152,68,129). Sum of RGB (Red+Green+Blue) = 152+68+129=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #984481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984481 is #67BB7E. Grayscale: #636363. Windows color (decimal): -6798207 or 8471704. OLE color: 8471704.

HSL color Cylindrical-coordinate representation of color #984481: hue angle of 316.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984481 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB15268129-
CMYK00.550.150.40
HSL316.43º38.18%43.14%-
HSV(B)316.43º55.26%59.61%-
XYZ18.9812.3922.16-
YUV100.07144.33165.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 129 (50.78% from 255) = 36.96%
R=43.55%
G=19.48%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526812900.550.150.40316.4338.1843.14
Hex984481037F2813c262b
Octal23010420106717504744653
Binary1001100010001001000000101101111111101000100111100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984481; }

 p { color: rgb(152,68,129); }

 H1.HeaderClassName
 {
   color: #984481;
 }
 .AnyTagClassName
 {
   color: #984481;
 }
</style>
background-color css

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

 a { background-color: rgb(152,68,129); }

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

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

 span { border-color: rgb(152,68,129); }

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