#983173

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

Shades of Dark Purple #983173

Tints of Dark Purple #983173

Color information

#983173 (or 0x983173) is unknown color: approx Dark Purple. HEX triplet: 98, 31 and 73. RGB value is (152,49,115). Sum of RGB (Red+Green+Blue) = 152+49+115=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #983173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983173 is #67CE8C. Grayscale: #575757. Windows color (decimal): -6803085 or 7549336. OLE color: 7549336.

HSL color Cylindrical-coordinate representation of color #983173: hue angle of 321.55º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983173 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB15249115-
CMYK00.680.240.40
HSL321.55º51.24%39.41%-
HSV(B)321.55º67.76%59.61%-
XYZ17.1410.1117.27-
YUV87.32143.62174.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=48.10%
G=15.51%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524911500.680.240.40321.5551.2439.41
Hex98317304418281423327
Octal23061163010430505026347
Binary1001100011000111100110100010011000101000101000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983173; }

 p { color: rgb(152,49,115); }

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

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

 a { background-color: rgb(152,49,115); }

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

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

 span { border-color: rgb(152,49,115); }

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