#993689

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

Shades of Dark Purple #993689

Tints of Dark Purple #993689

Color information

#993689 (or 0x993689) is unknown color: approx Dark Purple. HEX triplet: 99, 36 and 89. RGB value is (153,54,137). Sum of RGB (Red+Green+Blue) = 153+54+137=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #993689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993689 is #66C976. Grayscale: #5C5C5C. Windows color (decimal): -6736247 or 8992409. OLE color: 8992409.

HSL color Cylindrical-coordinate representation of color #993689: hue angle of 309.7º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993689 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15354137-
CMYK00.650.100.4
HSL309.7º47.83%40.59%-
HSV(B)309.7º64.71%60%-
XYZ18.9711.2224.83-
YUV93.06152.8170.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 54 (21.48% from 255) = 15.70%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=44.48%
G=15.70%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535413700.650.100.4309.747.8340.59
Hex993689041A281363029
Octal23166211010112504666051
Binary1001100111011010001001010000011010101000100110110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993689; }

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

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

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

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

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

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

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

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