#99427E

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

Shades of Medium Red Violet #99427E

Tints of Medium Red Violet #99427E

Color information

#99427E (or 0x99427E) is unknown color: approx Medium Red Violet. HEX triplet: 99, 42 and 7E. RGB value is (153,66,126). Sum of RGB (Red+Green+Blue) = 153+66+126=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99427E is #66BD81. Grayscale: #626262. Windows color (decimal): -6733186 or 8274585. OLE color: 8274585.

HSL color Cylindrical-coordinate representation of color #99427E: hue angle of 318.62º 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 #99427E is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15366126-
CMYK00.570.180.4
HSL318.62º39.73%42.94%-
HSV(B)318.62º56.86%60%-
XYZ18.8512.1821.1-
YUV98.85143.32166.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=44.35%
G=19.13%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536612600.570.180.4318.6239.7342.94
Hex99427E039122813f282b
Octal23110217607122504775053
Binary1001100110000101111110011100110010101000100111111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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