Shades of Dark Purple #98317E
Tints of Dark Purple #98317E
RGB
CMYK
RGB Variations
Color information
#98317E (or 0x98317E) is known color: Dark Purple. HEX triplet: 98, 31 and 7E. RGB value is (152,49,126). Sum of RGB (Red+Green+Blue) = 152+49+126=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98317E is #67CE81. Grayscale: #585858. Windows color (decimal): -6803074 or 8270232. OLE color: 8270232.
HSL color Cylindrical-coordinate representation of color #98317E: hue angle of 315.15º 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 #98317E is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 126 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.40 |
| HSL | 315.15º | 0.51% | 0.39% | - |
| HSV(B) | 315.15º | 0.68% | 0.6% | - |
| XYZ | 17.81 | 10.38 | 20.8 | - |
| YUV | 88.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 126 | 0 | 0.68 | 0.17 | 0.40 | 315.15 | 0.51 | 0.39 |
| Hex | 98 | 31 | 7E | 0 | 44 | 11 | 28 | 13B | 33 | 27 |
| Octal | 230 | 61 | 176 | 0 | 104 | 21 | 50 | 473 | 63 | 47 |
| Binary | 10011000 | 110001 | 1111110 | 0 | 1000100 | 10001 | 101000 | 100111011 | 110011 | 100111 |
Color Harmonies of #98317E
Complementary color
Monochromatic Colors of #98317E
Black with #98317E
Text Example
Text Example
White with #98317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98317E; }
p { color: rgb(152,49,126); }
H1.HeaderClassName
{
color: #98317E;
}
.AnyTagClassName
{
color: #98317E;
}
</style>
background-color css
<style>
a { background-color: #98317E; }
a { background-color: rgb(152,49,126); }
div.DivClassName
{
background-color: #98317E;
}
.BgClassName
{
background-color: #98317E;
}
</style>
border-color css
<style>
span { border-color: #98317E; }
span { border-color: rgb(152,49,126); }
td.TdClassName
{
border-color: #98317E;
}
.TagClassName
{
border-color: #98317E;
}
</style>