Shades of Dark Purple #98107F
Tints of Dark Purple #98107F
RGB
CMYK
RGB Variations
Color information
#98107F (or 0x98107F) is known color: Dark Purple. HEX triplet: 98, 10 and 7F. RGB value is (152,16,127). Sum of RGB (Red+Green+Blue) = 152+16+127=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98107F is #67EF80. Grayscale: #454545. Windows color (decimal): -6811521 or 8327320. OLE color: 8327320.
HSL color Cylindrical-coordinate representation of color #98107F: hue angle of 311.03º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98107F is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 127 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.40 |
| HSL | 311.03º | 0.81% | 0.33% | - |
| HSV(B) | 311.03º | 0.89% | 0.6% | - |
| XYZ | 16.96 | 8.58 | 20.84 | - |
| YUV | 69.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 127 | 0 | 0.89 | 0.16 | 0.40 | 311.03 | 0.81 | 0.33 |
| Hex | 98 | 10 | 7F | 0 | 59 | 10 | 28 | 137 | 51 | 21 |
| Octal | 230 | 20 | 177 | 0 | 131 | 20 | 50 | 467 | 121 | 41 |
| Binary | 10011000 | 10000 | 1111111 | 0 | 1011001 | 10000 | 101000 | 100110111 | 1010001 | 100001 |
Color Harmonies of #98107F
Complementary color
Monochromatic Colors of #98107F
Black with #98107F
Text Example
Text Example
White with #98107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98107F; }
p { color: rgb(152,16,127); }
H1.HeaderClassName
{
color: #98107F;
}
.AnyTagClassName
{
color: #98107F;
}
</style>
background-color css
<style>
a { background-color: #98107F; }
a { background-color: rgb(152,16,127); }
div.DivClassName
{
background-color: #98107F;
}
.BgClassName
{
background-color: #98107F;
}
</style>
border-color css
<style>
span { border-color: #98107F; }
span { border-color: rgb(152,16,127); }
td.TdClassName
{
border-color: #98107F;
}
.TagClassName
{
border-color: #98107F;
}
</style>