#991C7A

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

Shades of Dark Purple #991C7A

Tints of Dark Purple #991C7A

Color information

#991C7A (or 0x991C7A) is unknown color: approx Dark Purple. HEX triplet: 99, 1C and 7A. RGB value is (153,28,122). Sum of RGB (Red+Green+Blue) = 153+28+122=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #991C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991C7A is #66E385. Grayscale: #4B4B4B. Windows color (decimal): -6742918 or 8002713. OLE color: 8002713.

HSL color Cylindrical-coordinate representation of color #991C7A: hue angle of 314.88º 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 #991C7A is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15328122-
CMYK00.820.200.4
HSL314.88º69.06%35.49%-
HSV(B)314.88º81.7%60%-
XYZ17.069.0119.25-
YUV76.09153.91182.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.50%
GREEN value IS 28 (11.33% from 255) = 9.24%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=50.50%
G=9.24%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532812200.820.200.4314.8869.0635.49
Hex991C7A052142813b4523
Octal231341720122245047310543
Binary1001100111100111101001010010101001010001001110111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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