#982593

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

Shades of Dark Purple #982593

Tints of Dark Purple #982593

Color information

#982593 (or 0x982593) is unknown color: approx Dark Purple. HEX triplet: 98, 25 and 93. RGB value is (152,37,147). Sum of RGB (Red+Green+Blue) = 152+37+147=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #982593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982593 is #67DA6C. Grayscale: #535353. Windows color (decimal): -6806125 or 9643416. OLE color: 9643416.

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

Color convert

RGB15237147-
CMYK00.760.030.40
HSL302.61º60.85%37.06%-
HSV(B)302.61º75.66%59.61%-
XYZ18.8810.1128.56-
YUV83.92163.6176.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 37 (14.84% from 255) = 11.01%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=45.24%
G=11.01%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523714700.760.030.40302.6160.8537.06
Hex98259304C32812f3d25
Octal2304522301143504577545
Binary10011000100101100100110100110011101000100101111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982593; }

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

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

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

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

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

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

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

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