#994082

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

Shades of Medium Red Violet #994082

Tints of Medium Red Violet #994082

Color information

#994082 (or 0x994082) is unknown color: approx Medium Red Violet. HEX triplet: 99, 40 and 82. RGB value is (153,64,130). Sum of RGB (Red+Green+Blue) = 153+64+130=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #994082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994082 is #66BF7D. Grayscale: #616161. Windows color (decimal): -6733694 or 8536217. OLE color: 8536217.

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

Color convert

RGB15364130-
CMYK00.580.150.4
HSL315.51º41.01%42.55%-
HSV(B)315.51º58.17%60%-
XYZ1912.0522.44-
YUV98.14145.99167.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=44.09%
G=18.44%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536413000.580.150.4315.5141.0142.55
Hex99408203AF2813c292b
Octal23110020207217504745153
Binary1001100110000001000001001110101111101000100111100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994082; }

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

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

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

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

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

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

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

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