#982577

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

Shades of Dark Purple #982577

Tints of Dark Purple #982577

Color information

#982577 (or 0x982577) is unknown color: approx Dark Purple. HEX triplet: 98, 25 and 77. RGB value is (152,37,119). Sum of RGB (Red+Green+Blue) = 152+37+119=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #982577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982577 is #67DA88. Grayscale: #505050. Windows color (decimal): -6806153 or 7808408. OLE color: 7808408.

HSL color Cylindrical-coordinate representation of color #982577: hue angle of 317.22º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982577 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15237119-
CMYK00.760.220.40
HSL317.22º60.85%37.06%-
HSV(B)317.22º75.66%59.61%-
XYZ16.949.3318.36-
YUV80.73149.6178.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=49.35%
G=12.01%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523711900.760.220.40317.2260.8537.06
Hex98257704C162813d3d25
Octal23045167011426504757545
Binary1001100010010111101110100110010110101000100111101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982577; }

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

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

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

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

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

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

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

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