#992171

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

Shades of Dark Purple #992171

Tints of Dark Purple #992171

Color information

#992171 (or 0x992171) is unknown color: approx Dark Purple. HEX triplet: 99, 21 and 71. RGB value is (153,33,113). Sum of RGB (Red+Green+Blue) = 153+33+113=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #992171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992171 is #66DE8E. Grayscale: #4D4D4D. Windows color (decimal): -6741647 or 7414169. OLE color: 7414169.

HSL color Cylindrical-coordinate representation of color #992171: hue angle of 320º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992171 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB15333113-
CMYK00.780.260.4
HSL320º64.52%36.47%-
HSV(B)320º78.43%60%-
XYZ16.669.0516.49-
YUV78147.76181.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=51.17%
G=11.04%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533311300.780.260.432064.5236.47
Hex99217104E1A281404124
Octal231411610116325050010144
Binary10011001100001111000101001110110101010001010000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992171; }

 p { color: rgb(153,33,113); }

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

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

 a { background-color: rgb(153,33,113); }

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

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

 span { border-color: rgb(153,33,113); }

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