Shades of Dark Purple #98267D
Tints of Dark Purple #98267D
RGB
CMYK
RGB Variations
Color information
#98267D (or 0x98267D) is known color: Dark Purple. HEX triplet: 98, 26 and 7D. RGB value is (152,38,125). Sum of RGB (Red+Green+Blue) = 152+38+125=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98267D is #67D982. Grayscale: #515151. Windows color (decimal): -6805891 or 8201880. OLE color: 8201880.
HSL color Cylindrical-coordinate representation of color #98267D: hue angle of 314.21º 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 #98267D is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 125 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.40 |
| HSL | 314.21º | 0.6% | 0.37% | - |
| HSV(B) | 314.21º | 0.75% | 0.6% | - |
| XYZ | 17.34 | 9.54 | 20.33 | - |
| YUV | 82 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 125 | 0 | 0.75 | 0.18 | 0.40 | 314.21 | 0.6 | 0.37 |
| Hex | 98 | 26 | 7D | 0 | 4B | 12 | 28 | 13A | 3C | 25 |
| Octal | 230 | 46 | 175 | 0 | 113 | 22 | 50 | 472 | 74 | 45 |
| Binary | 10011000 | 100110 | 1111101 | 0 | 1001011 | 10010 | 101000 | 100111010 | 111100 | 100101 |
Color Harmonies of #98267D
Complementary color
Monochromatic Colors of #98267D
Black with #98267D
Text Example
Text Example
White with #98267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98267D; }
p { color: rgb(152,38,125); }
H1.HeaderClassName
{
color: #98267D;
}
.AnyTagClassName
{
color: #98267D;
}
</style>
background-color css
<style>
a { background-color: #98267D; }
a { background-color: rgb(152,38,125); }
div.DivClassName
{
background-color: #98267D;
}
.BgClassName
{
background-color: #98267D;
}
</style>
border-color css
<style>
span { border-color: #98267D; }
span { border-color: rgb(152,38,125); }
td.TdClassName
{
border-color: #98267D;
}
.TagClassName
{
border-color: #98267D;
}
</style>