Shades of Dark Purple #98268D
Tints of Dark Purple #98268D
RGB
CMYK
RGB Variations
Color information
#98268D (or 0x98268D) is known color: Dark Purple. HEX triplet: 98, 26 and 8D. RGB value is (152,38,141). Sum of RGB (Red+Green+Blue) = 152+38+141=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98268D is #67D972. Grayscale: #535353. Windows color (decimal): -6805875 or 9250456. OLE color: 9250456.
HSL color Cylindrical-coordinate representation of color #98268D: hue angle of 305.79º 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 #98268D is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 141 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.40 |
| HSL | 305.79º | 0.6% | 0.37% | - |
| HSV(B) | 305.79º | 0.75% | 0.6% | - |
| XYZ | 18.45 | 9.98 | 26.15 | - |
| YUV | 83.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 141 | 0 | 0.75 | 0.07 | 0.40 | 305.79 | 0.6 | 0.37 |
| Hex | 98 | 26 | 8D | 0 | 4B | 7 | 28 | 132 | 3C | 25 |
| Octal | 230 | 46 | 215 | 0 | 113 | 7 | 50 | 462 | 74 | 45 |
| Binary | 10011000 | 100110 | 10001101 | 0 | 1001011 | 111 | 101000 | 100110010 | 111100 | 100101 |
Color Harmonies of #98268D
Complementary color
Monochromatic Colors of #98268D
Black with #98268D
Text Example
Text Example
White with #98268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98268D; }
p { color: rgb(152,38,141); }
H1.HeaderClassName
{
color: #98268D;
}
.AnyTagClassName
{
color: #98268D;
}
</style>
background-color css
<style>
a { background-color: #98268D; }
a { background-color: rgb(152,38,141); }
div.DivClassName
{
background-color: #98268D;
}
.BgClassName
{
background-color: #98268D;
}
</style>
border-color css
<style>
span { border-color: #98268D; }
span { border-color: rgb(152,38,141); }
td.TdClassName
{
border-color: #98268D;
}
.TagClassName
{
border-color: #98268D;
}
</style>