#991A8A

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

Shades of Dark Purple #991A8A

Tints of Dark Purple #991A8A

Color information

#991A8A (or 0x991A8A) is unknown color: approx Dark Purple. HEX triplet: 99, 1A and 8A. RGB value is (153,26,138). Sum of RGB (Red+Green+Blue) = 153+26+138=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #991A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991A8A is #66E575. Grayscale: #4C4C4C. Windows color (decimal): -6743414 or 9050777. OLE color: 9050777.

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

Color convert

RGB15326138-
CMYK00.830.100.4
HSL307.09º70.95%35.1%-
HSV(B)307.09º83.01%60%-
XYZ18.099.3524.9-
YUV76.74162.58182.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 26 (10.55% from 255) = 8.20%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=48.26%
G=8.20%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532613800.830.100.4307.0970.9535.1
Hex991A8A053A281334723
Octal231322120123125046310743
Binary1001100111010100010100101001110101010001001100111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,26,138); }

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

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

 a { background-color: rgb(153,26,138); }

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

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

 span { border-color: rgb(153,26,138); }

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