#982581

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

Shades of Dark Purple #982581

Tints of Dark Purple #982581

Color information

#982581 (or 0x982581) is unknown color: approx Dark Purple. HEX triplet: 98, 25 and 81. RGB value is (152,37,129). Sum of RGB (Red+Green+Blue) = 152+37+129=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #982581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982581 is #67DA7E. Grayscale: #515151. Windows color (decimal): -6806143 or 8463768. OLE color: 8463768.

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

Color convert

RGB15237129-
CMYK00.760.150.40
HSL312º60.85%37.06%-
HSV(B)312º75.66%59.61%-
XYZ17.579.5821.69-
YUV81.87154.6178.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 37 (14.84% from 255) = 11.64%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=47.80%
G=11.64%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523712900.760.150.4031260.8537.06
Hex98258104CF281383d25
Octal23045201011417504707545
Binary1001100010010110000001010011001111101000100111000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982581; }

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

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

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

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

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

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

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

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