#984381

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

Shades of Medium Red Violet #984381

Tints of Medium Red Violet #984381

Color information

#984381 (or 0x984381) is unknown color: approx Medium Red Violet. HEX triplet: 98, 43 and 81. RGB value is (152,67,129). Sum of RGB (Red+Green+Blue) = 152+67+129=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #984381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984381 is #67BC7E. Grayscale: #636363. Windows color (decimal): -6798463 or 8471448. OLE color: 8471448.

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

Color convert

RGB15267129-
CMYK00.560.150.40
HSL316.24º38.81%42.94%-
HSV(B)316.24º55.92%59.61%-
XYZ18.9212.2722.14-
YUV99.48144.66165.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 67 (26.56% from 255) = 19.25%
BLUE value IS 129 (50.78% from 255) = 37.07%
R=43.68%
G=19.25%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526712900.560.150.40316.2438.8142.94
Hex984381038F2813c272b
Octal23010320107017504744753
Binary1001100010000111000000101110001111101000100111100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984381; }

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

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

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

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

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

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

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

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