Shades of Dark Purple #98268F
Tints of Dark Purple #98268F
RGB
CMYK
RGB Variations
Color information
#98268F (or 0x98268F) is known color: Dark Purple. HEX triplet: 98, 26 and 8F. RGB value is (152,38,143). Sum of RGB (Red+Green+Blue) = 152+38+143=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98268F is #67D970. Grayscale: #535353. Windows color (decimal): -6805873 or 9381528. OLE color: 9381528.
HSL color Cylindrical-coordinate representation of color #98268F: hue angle of 304.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 #98268F is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 143 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.40 |
| HSL | 304.74º | 0.6% | 0.37% | - |
| HSV(B) | 304.74º | 0.75% | 0.6% | - |
| XYZ | 18.6 | 10.04 | 26.95 | - |
| YUV | 84.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 143 | 0 | 0.75 | 0.06 | 0.40 | 304.74 | 0.6 | 0.37 |
| Hex | 98 | 26 | 8F | 0 | 4B | 6 | 28 | 131 | 3C | 25 |
| Octal | 230 | 46 | 217 | 0 | 113 | 6 | 50 | 461 | 74 | 45 |
| Binary | 10011000 | 100110 | 10001111 | 0 | 1001011 | 110 | 101000 | 100110001 | 111100 | 100101 |
Color Harmonies of #98268F
Complementary color
Monochromatic Colors of #98268F
Black with #98268F
Text Example
Text Example
White with #98268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98268F; }
p { color: rgb(152,38,143); }
H1.HeaderClassName
{
color: #98268F;
}
.AnyTagClassName
{
color: #98268F;
}
</style>
background-color css
<style>
a { background-color: #98268F; }
a { background-color: rgb(152,38,143); }
div.DivClassName
{
background-color: #98268F;
}
.BgClassName
{
background-color: #98268F;
}
</style>
border-color css
<style>
span { border-color: #98268F; }
span { border-color: rgb(152,38,143); }
td.TdClassName
{
border-color: #98268F;
}
.TagClassName
{
border-color: #98268F;
}
</style>