#994282

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

Shades of Medium Red Violet #994282

Tints of Medium Red Violet #994282

Color information

#994282 (or 0x994282) is unknown color: approx Medium Red Violet. HEX triplet: 99, 42 and 82. RGB value is (153,66,130). Sum of RGB (Red+Green+Blue) = 153+66+130=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #994282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994282 is #66BD7D. Grayscale: #636363. Windows color (decimal): -6733182 or 8536729. OLE color: 8536729.

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

Color convert

RGB15366130-
CMYK00.570.150.4
HSL315.86º39.73%42.94%-
HSV(B)315.86º56.86%60%-
XYZ19.1112.2822.48-
YUV99.31145.32166.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=43.84%
G=18.91%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536613000.570.150.4315.8639.7342.94
Hex994282039F2813c282b
Octal23110220207117504745053
Binary1001100110000101000001001110011111101000100111100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994282; }

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

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

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

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

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

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

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

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