#991E6D

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

Shades of Dark Purple #991E6D

Tints of Dark Purple #991E6D

Color information

#991E6D (or 0x991E6D) is unknown color: approx Dark Purple. HEX triplet: 99, 1E and 6D. RGB value is (153,30,109). Sum of RGB (Red+Green+Blue) = 153+30+109=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #991E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E6D is #66E192. Grayscale: #4B4B4B. Windows color (decimal): -6742419 or 7151257. OLE color: 7151257.

HSL color Cylindrical-coordinate representation of color #991E6D: hue angle of 321.46º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E6D is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15330109-
CMYK00.800.290.4
HSL321.46º67.21%35.88%-
HSV(B)321.46º80.39%60%-
XYZ16.368.815.31-
YUV75.78146.75183.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=52.40%
G=10.27%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533010900.800.290.4321.4667.2135.88
Hex991E6D0501D281414324
Octal231361550120355050110344
Binary1001100111110110110101010000111011010001010000011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,30,109); }

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

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

 a { background-color: rgb(153,30,109); }

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

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

 span { border-color: rgb(153,30,109); }

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