#993682

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

Shades of Dark Purple #993682

Tints of Dark Purple #993682

Color information

#993682 (or 0x993682) is unknown color: approx Dark Purple. HEX triplet: 99, 36 and 82. RGB value is (153,54,130). Sum of RGB (Red+Green+Blue) = 153+54+130=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #993682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993682 is #66C97D. Grayscale: #5C5C5C. Windows color (decimal): -6736254 or 8533657. OLE color: 8533657.

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

Color convert

RGB15354130-
CMYK00.650.150.4
HSL313.94º47.83%40.59%-
HSV(B)313.94º64.71%60%-
XYZ18.4911.0222.27-
YUV92.26149.3171.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=45.40%
G=16.02%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535413000.650.150.4313.9447.8340.59
Hex993682041F2813a3029
Octal23166202010117504726051
Binary1001100111011010000010010000011111101000100111010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993682; }

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

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

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

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

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

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

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

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