#991C78

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

Shades of Dark Purple #991C78

Tints of Dark Purple #991C78

Color information

#991C78 (or 0x991C78) is unknown color: approx Dark Purple. HEX triplet: 99, 1C and 78. RGB value is (153,28,120). Sum of RGB (Red+Green+Blue) = 153+28+120=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #991C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991C78 is #66E387. Grayscale: #4B4B4B. Windows color (decimal): -6742920 or 7871641. OLE color: 7871641.

HSL color Cylindrical-coordinate representation of color #991C78: hue angle of 315.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991C78 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15328120-
CMYK00.820.220.4
HSL315.84º69.06%35.49%-
HSV(B)315.84º81.7%60%-
XYZ16.948.9618.61-
YUV75.86152.91183.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.83%
GREEN value IS 28 (11.33% from 255) = 9.30%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=50.83%
G=9.30%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532812000.820.220.4315.8469.0635.49
Hex991C78052162813c4523
Octal231341700122265047410543
Binary1001100111100111100001010010101101010001001111001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991C78; }

 p { color: rgb(153,28,120); }

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

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

 a { background-color: rgb(153,28,120); }

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

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

 span { border-color: rgb(153,28,120); }

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