Shades of Dark Purple #98266E
Tints of Dark Purple #98266E
RGB
CMYK
RGB Variations
Color information
#98266E (or 0x98266E) is known color: Dark Purple. HEX triplet: 98, 26 and 6E. RGB value is (152,38,110). Sum of RGB (Red+Green+Blue) = 152+38+110=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98266E is #67D991. Grayscale: #505050. Windows color (decimal): -6805906 or 7218840. OLE color: 7218840.
HSL color Cylindrical-coordinate representation of color #98266E: hue angle of 322.11º 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 #98266E is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 110 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.40 |
| HSL | 322.11º | 0.6% | 0.37% | - |
| HSV(B) | 322.11º | 0.75% | 0.6% | - |
| XYZ | 16.46 | 9.19 | 15.66 | - |
| YUV | 80.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 110 | 0 | 0.75 | 0.28 | 0.40 | 322.11 | 0.6 | 0.37 |
| Hex | 98 | 26 | 6E | 0 | 4B | 1C | 28 | 142 | 3C | 25 |
| Octal | 230 | 46 | 156 | 0 | 113 | 34 | 50 | 502 | 74 | 45 |
| Binary | 10011000 | 100110 | 1101110 | 0 | 1001011 | 11100 | 101000 | 101000010 | 111100 | 100101 |
Color Harmonies of #98266E
Complementary color
Monochromatic Colors of #98266E
Black with #98266E
Text Example
Text Example
White with #98266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98266E; }
p { color: rgb(152,38,110); }
H1.HeaderClassName
{
color: #98266E;
}
.AnyTagClassName
{
color: #98266E;
}
</style>
background-color css
<style>
a { background-color: #98266E; }
a { background-color: rgb(152,38,110); }
div.DivClassName
{
background-color: #98266E;
}
.BgClassName
{
background-color: #98266E;
}
</style>
border-color css
<style>
span { border-color: #98266E; }
span { border-color: rgb(152,38,110); }
td.TdClassName
{
border-color: #98266E;
}
.TagClassName
{
border-color: #98266E;
}
</style>