#98417C

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

Shades of Medium Red Violet #98417C

Tints of Medium Red Violet #98417C

Color information

#98417C (or 0x98417C) is unknown color: approx Medium Red Violet. HEX triplet: 98, 41 and 7C. RGB value is (152,65,124). Sum of RGB (Red+Green+Blue) = 152+65+124=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98417C is #67BE83. Grayscale: #616161. Windows color (decimal): -6798980 or 8143256. OLE color: 8143256.

HSL color Cylindrical-coordinate representation of color #98417C: hue angle of 319.31º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98417C is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15265124-
CMYK00.570.180.40
HSL319.31º40.09%42.55%-
HSV(B)319.31º57.24%59.61%-
XYZ18.4811.9120.39-
YUV97.74142.82166.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=44.57%
G=19.06%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526512400.570.180.40319.3140.0942.55
Hex98417C039122813f282b
Octal23010117407122504775053
Binary1001100010000011111100011100110010101000100111111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98417C; }

 p { color: rgb(152,65,124); }

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

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

 a { background-color: rgb(152,65,124); }

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

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

 span { border-color: rgb(152,65,124); }

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