#993782

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

Shades of Dark Purple #993782

Tints of Dark Purple #993782

Color information

#993782 (or 0x993782) is unknown color: approx Dark Purple. HEX triplet: 99, 37 and 82. RGB value is (153,55,130). Sum of RGB (Red+Green+Blue) = 153+55+130=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #993782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993782 is #66C87D. Grayscale: #5C5C5C. Windows color (decimal): -6735998 or 8533913. OLE color: 8533913.

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

Color convert

RGB15355130-
CMYK00.640.150.4
HSL314.08º47.12%40.78%-
HSV(B)314.08º64.05%60%-
XYZ18.5311.1222.29-
YUV92.85148.97170.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 55 (21.88% from 255) = 16.27%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=45.27%
G=16.27%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535513000.640.150.4314.0847.1240.78
Hex993782040F2813a2f29
Octal23167202010017504725751
Binary1001100111011110000010010000001111101000100111010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993782; }

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

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

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

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

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

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

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

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