#993989

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

Shades of Dark Purple #993989

Tints of Dark Purple #993989

Color information

#993989 (or 0x993989) is unknown color: approx Dark Purple. HEX triplet: 99, 39 and 89. RGB value is (153,57,137). Sum of RGB (Red+Green+Blue) = 153+57+137=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #993989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993989 is #66C676. Grayscale: #5E5E5E. Windows color (decimal): -6735479 or 8993177. OLE color: 8993177.

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

Color convert

RGB15357137-
CMYK00.630.100.4
HSL310º45.71%41.18%-
HSV(B)310º62.75%60%-
XYZ19.1211.524.88-
YUV94.82151.8169.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=44.09%
G=16.43%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535713700.630.100.431045.7141.18
Hex99398903FA281362e29
Octal2317121107712504665651
Binary100110011110011000100101111111010101000100110110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993989; }

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

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

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

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

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

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

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

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