#98407B

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

Shades of Medium Red Violet #98407B

Tints of Medium Red Violet #98407B

Color information

#98407B (or 0x98407B) is unknown color: approx Medium Red Violet. HEX triplet: 98, 40 and 7B. RGB value is (152,64,123). Sum of RGB (Red+Green+Blue) = 152+64+123=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #98407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98407B is #67BF84. Grayscale: #606060. Windows color (decimal): -6799237 or 8077464. OLE color: 8077464.

HSL color Cylindrical-coordinate representation of color #98407B: hue angle of 319.77º 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 #98407B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15264123-
CMYK00.580.190.40
HSL319.77º40.74%42.35%-
HSV(B)319.77º57.89%59.61%-
XYZ18.3611.7720.04-
YUV97.04142.65167.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=44.84%
G=18.88%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526412300.580.190.40319.7740.7442.35
Hex98407B03A1328140292a
Octal23010017307223505005152
Binary1001100010000001111011011101010011101000101000000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98407B; }

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

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

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

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

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

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

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

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