#993986

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

Shades of Dark Purple #993986

Tints of Dark Purple #993986

Color information

#993986 (or 0x993986) is unknown color: approx Dark Purple. HEX triplet: 99, 39 and 86. RGB value is (153,57,134). Sum of RGB (Red+Green+Blue) = 153+57+134=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #993986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993986 is #66C679. Grayscale: #5E5E5E. Windows color (decimal): -6735482 or 8796569. OLE color: 8796569.

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

Color convert

RGB15357134-
CMYK00.630.120.4
HSL311.88º45.71%41.18%-
HSV(B)311.88º62.75%60%-
XYZ18.911.4223.76-
YUV94.48150.3169.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=44.48%
G=16.57%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535713400.630.120.4311.8845.7141.18
Hex99398603FC281382e29
Octal2317120607714504705651
Binary100110011110011000011001111111100101000100111000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993986; }

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

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

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

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

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

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

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

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