#982590

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

Shades of Dark Purple #982590

Tints of Dark Purple #982590

Color information

#982590 (or 0x982590) is unknown color: approx Dark Purple. HEX triplet: 98, 25 and 90. RGB value is (152,37,144). Sum of RGB (Red+Green+Blue) = 152+37+144=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #982590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982590 is #67DA6F. Grayscale: #535353. Windows color (decimal): -6806128 or 9446808. OLE color: 9446808.

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

Color convert

RGB15237144-
CMYK00.760.050.40
HSL304.17º60.85%37.06%-
HSV(B)304.17º75.66%59.61%-
XYZ18.6410.0127.34-
YUV83.58162.1176.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 37 (14.84% from 255) = 11.11%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=45.65%
G=11.11%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523714400.760.050.40304.1760.8537.06
Hex98259004C5281303d25
Octal2304522001145504607545
Binary100110001001011001000001001100101101000100110000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982590; }

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

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

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

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

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

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

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

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