#993984

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

Shades of Dark Purple #993984

Tints of Dark Purple #993984

Color information

#993984 (or 0x993984) is unknown color: approx Dark Purple. HEX triplet: 99, 39 and 84. RGB value is (153,57,132). Sum of RGB (Red+Green+Blue) = 153+57+132=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #993984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993984 is #66C67B. Grayscale: #5E5E5E. Windows color (decimal): -6735484 or 8665497. OLE color: 8665497.

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

Color convert

RGB15357132-
CMYK00.630.140.4
HSL313.12º45.71%41.18%-
HSV(B)313.12º62.75%60%-
XYZ18.7611.3623.03-
YUV94.25149.3169.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=44.74%
G=16.67%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535713200.630.140.4313.1245.7141.18
Hex99398403FE281392e29
Octal2317120407716504715651
Binary100110011110011000010001111111110101000100111001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993984; }

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

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

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

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

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

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

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

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