#993E89

Color #993E89 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #993E89

Tints of Dark Purple #993E89

Color information

#993E89 (or 0x993E89) is unknown color: approx Dark Purple. HEX triplet: 99, 3E and 89. RGB value is (153,62,137). Sum of RGB (Red+Green+Blue) = 153+62+137=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #993E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993E89 is #66C176. Grayscale: #616161. Windows color (decimal): -6734199 or 8994457. OLE color: 8994457.

HSL color Cylindrical-coordinate representation of color #993E89: hue angle of 310.55º 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 #993E89 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15362137-
CMYK00.590.100.4
HSL310.55º42.33%42.16%-
HSV(B)310.55º59.48%60%-
XYZ19.3712.0224.97-
YUV97.76150.15167.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 62 (24.61% from 255) = 17.61%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=43.47%
G=17.61%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536213700.590.100.4310.5542.3342.16
Hex993E8903BA281372a2a
Octal2317621107312504675252
Binary100110011111101000100101110111010101000100110111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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