#99407E

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

Shades of Medium Red Violet #99407E

Tints of Medium Red Violet #99407E

Color information

#99407E (or 0x99407E) is unknown color: approx Medium Red Violet. HEX triplet: 99, 40 and 7E. RGB value is (153,64,126). Sum of RGB (Red+Green+Blue) = 153+64+126=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99407E is #66BF81. Grayscale: #616161. Windows color (decimal): -6733698 or 8274073. OLE color: 8274073.

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

Color convert

RGB15364126-
CMYK00.580.180.4
HSL318.2º41.01%42.55%-
HSV(B)318.2º58.17%60%-
XYZ18.7411.9521.06-
YUV97.68143.99167.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 126 (49.61% from 255) = 36.73%
R=44.61%
G=18.66%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536412600.580.180.4318.241.0142.55
Hex99407E03A122813e292b
Octal23110017607222504765153
Binary1001100110000001111110011101010010101000100111110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99407E; }

 p { color: rgb(153,64,126); }

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

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

 a { background-color: rgb(153,64,126); }

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

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

 span { border-color: rgb(153,64,126); }

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