#99427F

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

Shades of Medium Red Violet #99427F

Tints of Medium Red Violet #99427F

Color information

#99427F (or 0x99427F) is unknown color: approx Medium Red Violet. HEX triplet: 99, 42 and 7F. RGB value is (153,66,127). Sum of RGB (Red+Green+Blue) = 153+66+127=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99427F is #66BD80. Grayscale: #626262. Windows color (decimal): -6733185 or 8340121. OLE color: 8340121.

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

Color convert

RGB15366127-
CMYK00.570.170.4
HSL317.93º39.73%42.94%-
HSV(B)317.93º56.86%60%-
XYZ18.9212.221.44-
YUV98.97143.82166.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 127 (50% from 255) = 36.71%
R=44.22%
G=19.08%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536612700.570.170.4317.9339.7342.94
Hex99427F039112813e282b
Octal23110217707121504765053
Binary1001100110000101111111011100110001101000100111110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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