#994582

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

Shades of Medium Red Violet #994582

Tints of Medium Red Violet #994582

Color information

#994582 (or 0x994582) is unknown color: approx Medium Red Violet. HEX triplet: 99, 45 and 82. RGB value is (153,69,130). Sum of RGB (Red+Green+Blue) = 153+69+130=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #994582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994582 is #66BA7D. Grayscale: #646464. Windows color (decimal): -6732414 or 8537497. OLE color: 8537497.

HSL color Cylindrical-coordinate representation of color #994582: hue angle of 316.43º 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 #994582 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB15369130-
CMYK00.550.150.4
HSL316.43º37.84%43.53%-
HSV(B)316.43º54.9%60%-
XYZ19.2912.6422.54-
YUV101.07144.33165.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=43.47%
G=19.60%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536913000.550.150.4316.4337.8443.53
Hex994582037F2813c262c
Octal23110520206717504744654
Binary1001100110001011000001001101111111101000100111100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994582; }

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

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

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

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

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

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

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

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