#993779

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

Shades of Dark Purple #993779

Tints of Dark Purple #993779

Color information

#993779 (or 0x993779) is unknown color: approx Dark Purple. HEX triplet: 99, 37 and 79. RGB value is (153,55,121). Sum of RGB (Red+Green+Blue) = 153+55+121=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #993779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993779 is #66C886. Grayscale: #5B5B5B. Windows color (decimal): -6736007 or 7944089. OLE color: 7944089.

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

Color convert

RGB15355121-
CMYK00.640.210.4
HSL319.59º47.12%40.78%-
HSV(B)319.59º64.05%60%-
XYZ17.9510.8919.24-
YUV91.83144.47171.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 55 (21.88% from 255) = 16.72%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=46.50%
G=16.72%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535512100.640.210.4319.5947.1240.78
Hex99377904015281402f29
Octal23167171010025505005751
Binary1001100111011111110010100000010101101000101000000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993779; }

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

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

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

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

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

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

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

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