#994483

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

Shades of Medium Red Violet #994483

Tints of Medium Red Violet #994483

Color information

#994483 (or 0x994483) is unknown color: approx Medium Red Violet. HEX triplet: 99, 44 and 83. RGB value is (153,68,131). Sum of RGB (Red+Green+Blue) = 153+68+131=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #994483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994483 is #66BB7C. Grayscale: #646464. Windows color (decimal): -6732669 or 8602777. OLE color: 8602777.

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

Color convert

RGB15368131-
CMYK00.560.140.4
HSL315.53º38.46%43.33%-
HSV(B)315.53º55.56%60%-
XYZ19.312.5522.88-
YUV100.6145.16165.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=43.47%
G=19.32%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536813100.560.140.4315.5338.4643.33
Hex994483038E2813c262b
Octal23110420307016504744653
Binary1001100110001001000001101110001110101000100111100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994483; }

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

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

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

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

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

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

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

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