#98317a

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

Shades of Dark Purple #98317A

Tints of Dark Purple #98317A

Color information

#98317A (or 0x98317A) is unknown color: approx Dark Purple. HEX triplet: 98, 31 and 7A. RGB value is (152,49,122). Sum of RGB (Red+Green+Blue) = 152+49+122=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #98317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98317A is #67CE85. Grayscale: #575757. Windows color (decimal): -6803078 or 8008088. OLE color: 8008088.

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

Color convert

RGB15249122-
CMYK00.680.200.40
HSL317.48º51.24%39.41%-
HSV(B)317.48º67.76%59.61%-
XYZ17.5610.2819.47-
YUV88.12147.12173.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=47.06%
G=15.17%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524912200.680.200.40317.4851.2439.41
Hex98317A044142813d3327
Octal23061172010424504756347
Binary1001100011000111110100100010010100101000100111101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98317a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98317a; }

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

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

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

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

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

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

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

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