#994583

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

Shades of Medium Red Violet #994583

Tints of Medium Red Violet #994583

Color information

#994583 (or 0x994583) is unknown color: approx Medium Red Violet. HEX triplet: 99, 45 and 83. RGB value is (153,69,131). Sum of RGB (Red+Green+Blue) = 153+69+131=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #994583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994583 is #66BA7C. Grayscale: #656565. Windows color (decimal): -6732413 or 8603033. OLE color: 8603033.

HSL color Cylindrical-coordinate representation of color #994583: hue angle of 315.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994583 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15369131-
CMYK00.550.140.4
HSL315.71º37.84%43.53%-
HSV(B)315.71º54.9%60%-
XYZ19.3612.6722.9-
YUV101.18144.83164.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=43.34%
G=19.55%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536913100.550.140.4315.7137.8443.53
Hex994583037E2813c262c
Octal23110520306716504744654
Binary1001100110001011000001101101111110101000100111100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994583; }

 p { color: rgb(153,69,131); }

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

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

 a { background-color: rgb(153,69,131); }

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

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

 span { border-color: rgb(153,69,131); }

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