Shades of Dark Purple #98267C
Tints of Dark Purple #98267C
RGB
CMYK
RGB Variations
Color information
#98267C (or 0x98267C) is known color: Dark Purple. HEX triplet: 98, 26 and 7C. RGB value is (152,38,124). Sum of RGB (Red+Green+Blue) = 152+38+124=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98267C is #67D983. Grayscale: #515151. Windows color (decimal): -6805892 or 8136344. OLE color: 8136344.
HSL color Cylindrical-coordinate representation of color #98267C: hue angle of 314.74º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98267C is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 124 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.40 |
| HSL | 314.74º | 0.6% | 0.37% | - |
| HSV(B) | 314.74º | 0.75% | 0.6% | - |
| XYZ | 17.28 | 9.52 | 19.99 | - |
| YUV | 81.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 124 | 0 | 0.75 | 0.18 | 0.40 | 314.74 | 0.6 | 0.37 |
| Hex | 98 | 26 | 7C | 0 | 4B | 12 | 28 | 13B | 3C | 25 |
| Octal | 230 | 46 | 174 | 0 | 113 | 22 | 50 | 473 | 74 | 45 |
| Binary | 10011000 | 100110 | 1111100 | 0 | 1001011 | 10010 | 101000 | 100111011 | 111100 | 100101 |
Color Harmonies of #98267C
Complementary color
Monochromatic Colors of #98267C
Black with #98267C
Text Example
Text Example
White with #98267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98267C; }
p { color: rgb(152,38,124); }
H1.HeaderClassName
{
color: #98267C;
}
.AnyTagClassName
{
color: #98267C;
}
</style>
background-color css
<style>
a { background-color: #98267C; }
a { background-color: rgb(152,38,124); }
div.DivClassName
{
background-color: #98267C;
}
.BgClassName
{
background-color: #98267C;
}
</style>
border-color css
<style>
span { border-color: #98267C; }
span { border-color: rgb(152,38,124); }
td.TdClassName
{
border-color: #98267C;
}
.TagClassName
{
border-color: #98267C;
}
</style>