#994480

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

Shades of Medium Red Violet #994480

Tints of Medium Red Violet #994480

Color information

#994480 (or 0x994480) is unknown color: approx Medium Red Violet. HEX triplet: 99, 44 and 80. RGB value is (153,68,128). Sum of RGB (Red+Green+Blue) = 153+68+128=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #994480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994480 is #66BB7F. Grayscale: #646464. Windows color (decimal): -6732672 or 8406169. OLE color: 8406169.

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

Color convert

RGB15368128-
CMYK00.560.160.4
HSL317.65º38.46%43.33%-
HSV(B)317.65º55.56%60%-
XYZ19.112.4721.82-
YUV100.26143.66165.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=43.84%
G=19.48%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536812800.560.160.4317.6538.4643.33
Hex994480038102813e262b
Octal23110420007020504764653
Binary10011001100010010000000011100010000101000100111110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994480; }

 p { color: rgb(153,68,128); }

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

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

 a { background-color: rgb(153,68,128); }

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

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

 span { border-color: rgb(153,68,128); }

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