#993981

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

Shades of Dark Purple #993981

Tints of Dark Purple #993981

Color information

#993981 (or 0x993981) is unknown color: approx Dark Purple. HEX triplet: 99, 39 and 81. RGB value is (153,57,129). Sum of RGB (Red+Green+Blue) = 153+57+129=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #993981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993981 is #66C67E. Grayscale: #5D5D5D. Windows color (decimal): -6735487 or 8468889. OLE color: 8468889.

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

Color convert

RGB15357129-
CMYK00.630.160.4
HSL315º45.71%41.18%-
HSV(B)315º62.75%60%-
XYZ18.5611.2821.97-
YUV93.91147.8170.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=45.13%
G=16.81%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535712900.630.160.431545.7141.18
Hex99398103F102813b2e29
Octal2317120107720504735651
Binary1001100111100110000001011111110000101000100111011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993981; }

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

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

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

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

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

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

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

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