#982171

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

Shades of Dark Purple #982171

Tints of Dark Purple #982171

Color information

#982171 (or 0x982171) is unknown color: approx Dark Purple. HEX triplet: 98, 21 and 71. RGB value is (152,33,113). Sum of RGB (Red+Green+Blue) = 152+33+113=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #982171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982171 is #67DE8E. Grayscale: #4D4D4D. Windows color (decimal): -6807183 or 7414168. OLE color: 7414168.

HSL color Cylindrical-coordinate representation of color #982171: hue angle of 319.66º degrees, saturation: 0.64, 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 #982171 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB15233113-
CMYK00.780.260.40
HSL319.66º64.32%36.27%-
HSV(B)319.66º78.29%59.61%-
XYZ16.478.9616.48-
YUV77.7147.92181-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=51.01%
G=11.07%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523311300.780.260.40319.6664.3236.27
Hex98217104E1A281404024
Octal230411610116325050010044
Binary10011000100001111000101001110110101010001010000001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982171; }

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

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

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

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

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

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

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

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