#982177

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

Shades of Dark Purple #982177

Tints of Dark Purple #982177

Color information

#982177 (or 0x982177) is unknown color: approx Dark Purple. HEX triplet: 98, 21 and 77. RGB value is (152,33,119). Sum of RGB (Red+Green+Blue) = 152+33+119=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #982177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982177 is #67DE88. Grayscale: #4E4E4E. Windows color (decimal): -6807177 or 7807384. OLE color: 7807384.

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

Color convert

RGB15233119-
CMYK00.780.220.40
HSL316.64º64.32%36.27%-
HSV(B)316.64º78.29%59.61%-
XYZ16.829.118.32-
YUV78.39150.92180.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=50%
G=10.86%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523311900.780.220.40316.6464.3236.27
Hex98217704E162813d4024
Octal230411670116265047510044
Binary10011000100001111011101001110101101010001001111011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982177; }

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

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

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

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

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

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

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

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