#98427D

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

Shades of Medium Red Violet #98427D

Tints of Medium Red Violet #98427D

Color information

#98427D (or 0x98427D) is unknown color: approx Medium Red Violet. HEX triplet: 98, 42 and 7D. RGB value is (152,66,125). Sum of RGB (Red+Green+Blue) = 152+66+125=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98427D is #67BD82. Grayscale: #626262. Windows color (decimal): -6798723 or 8209048. OLE color: 8209048.

HSL color Cylindrical-coordinate representation of color #98427D: hue angle of 318.84º degrees, saturation: 0.39, 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 #98427D is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15266125-
CMYK00.570.180.40
HSL318.84º39.45%42.75%-
HSV(B)318.84º56.58%59.61%-
XYZ18.612.0520.75-
YUV98.44142.99166.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=44.31%
G=19.24%
B=36.44%

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
Decimal1526612500.570.180.40318.8439.4542.75
Hex98427D039122813f272b
Octal23010217507122504774753
Binary1001100010000101111101011100110010101000100111111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98427D; }

 p { color: rgb(152,66,125); }

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

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

 a { background-color: rgb(152,66,125); }

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

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

 span { border-color: rgb(152,66,125); }

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