Shades of Dark Purple #98127B
Tints of Dark Purple #98127B
RGB
CMYK
RGB Variations
Color information
#98127B (or 0x98127B) is known color: Dark Purple. HEX triplet: 98, 12 and 7B. RGB value is (152,18,123). Sum of RGB (Red+Green+Blue) = 152+18+123=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98127B is #67ED84. Grayscale: #454545. Windows color (decimal): -6811013 or 8065688. OLE color: 8065688.
HSL color Cylindrical-coordinate representation of color #98127B: hue angle of 312.99º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98127B is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 123 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.40 |
| HSL | 312.99º | 0.79% | 0.33% | - |
| HSV(B) | 312.99º | 0.88% | 0.6% | - |
| XYZ | 16.74 | 8.54 | 19.5 | - |
| YUV | 70.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 123 | 0 | 0.88 | 0.19 | 0.40 | 312.99 | 0.79 | 0.33 |
| Hex | 98 | 12 | 7B | 0 | 58 | 13 | 28 | 139 | 4F | 21 |
| Octal | 230 | 22 | 173 | 0 | 130 | 23 | 50 | 471 | 117 | 41 |
| Binary | 10011000 | 10010 | 1111011 | 0 | 1011000 | 10011 | 101000 | 100111001 | 1001111 | 100001 |
Color Harmonies of #98127B
Complementary color
Monochromatic Colors of #98127B
Black with #98127B
Text Example
Text Example
White with #98127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98127B; }
p { color: rgb(152,18,123); }
H1.HeaderClassName
{
color: #98127B;
}
.AnyTagClassName
{
color: #98127B;
}
</style>
background-color css
<style>
a { background-color: #98127B; }
a { background-color: rgb(152,18,123); }
div.DivClassName
{
background-color: #98127B;
}
.BgClassName
{
background-color: #98127B;
}
</style>
border-color css
<style>
span { border-color: #98127B; }
span { border-color: rgb(152,18,123); }
td.TdClassName
{
border-color: #98127B;
}
.TagClassName
{
border-color: #98127B;
}
</style>