#993E83

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

Shades of Medium Red Violet #993E83

Tints of Medium Red Violet #993E83

Color information

#993E83 (or 0x993E83) is unknown color: approx Medium Red Violet. HEX triplet: 99, 3E and 83. RGB value is (153,62,131). Sum of RGB (Red+Green+Blue) = 153+62+131=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #993E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993E83 is #66C17C. Grayscale: #606060. Windows color (decimal): -6734205 or 8601241. OLE color: 8601241.

HSL color Cylindrical-coordinate representation of color #993E83: hue angle of 314.51º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993E83 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15362131-
CMYK00.590.140.4
HSL314.51º42.33%42.16%-
HSV(B)314.51º59.48%60%-
XYZ18.9611.8622.76-
YUV97.07147.15167.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=44.22%
G=17.92%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536213100.590.140.4314.5142.3342.16
Hex993E8303BE2813b2a2a
Octal2317620307316504735252
Binary100110011111101000001101110111110101000100111011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993E83; }

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

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

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

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

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

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

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

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