#983172

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

Shades of Dark Purple #983172

Tints of Dark Purple #983172

Color information

#983172 (or 0x983172) is unknown color: approx Dark Purple. HEX triplet: 98, 31 and 72. RGB value is (152,49,114). Sum of RGB (Red+Green+Blue) = 152+49+114=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #983172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983172 is #67CE8D. Grayscale: #575757. Windows color (decimal): -6803086 or 7483800. OLE color: 7483800.

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

Color convert

RGB15249114-
CMYK00.680.250.40
HSL322.14º51.24%39.41%-
HSV(B)322.14º67.76%59.61%-
XYZ17.0810.0916.97-
YUV87.21143.12174.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=48.25%
G=15.56%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524911400.680.250.40322.1451.2439.41
Hex98317204419281423327
Octal23061162010431505026347
Binary1001100011000111100100100010011001101000101000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983172; }

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

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

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

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

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

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

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

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