Shades of Dark Purple #98207F
Tints of Dark Purple #98207F
RGB
CMYK
RGB Variations
Color information
#98207F (or 0x98207F) is known color: Dark Purple. HEX triplet: 98, 20 and 7F. RGB value is (152,32,127). Sum of RGB (Red+Green+Blue) = 152+32+127=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98207F is #67DF80. Grayscale: #4E4E4E. Windows color (decimal): -6807425 or 8331416. OLE color: 8331416.
HSL color Cylindrical-coordinate representation of color #98207F: hue angle of 312.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98207F is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 32 | 127 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.40 |
| HSL | 312.5º | 0.65% | 0.36% | - |
| HSV(B) | 312.5º | 0.79% | 0.6% | - |
| XYZ | 17.3 | 9.24 | 20.95 | - |
| YUV | 78.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 127 | 0 | 0.79 | 0.16 | 0.40 | 312.5 | 0.65 | 0.36 |
| Hex | 98 | 20 | 7F | 0 | 4F | 10 | 28 | 138 | 41 | 24 |
| Octal | 230 | 40 | 177 | 0 | 117 | 20 | 50 | 470 | 101 | 44 |
| Binary | 10011000 | 100000 | 1111111 | 0 | 1001111 | 10000 | 101000 | 100111000 | 1000001 | 100100 |
Color Harmonies of #98207F
Complementary color
Monochromatic Colors of #98207F
Black with #98207F
Text Example
Text Example
White with #98207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98207F; }
p { color: rgb(152,32,127); }
H1.HeaderClassName
{
color: #98207F;
}
.AnyTagClassName
{
color: #98207F;
}
</style>
background-color css
<style>
a { background-color: #98207F; }
a { background-color: rgb(152,32,127); }
div.DivClassName
{
background-color: #98207F;
}
.BgClassName
{
background-color: #98207F;
}
</style>
border-color css
<style>
span { border-color: #98207F; }
span { border-color: rgb(152,32,127); }
td.TdClassName
{
border-color: #98207F;
}
.TagClassName
{
border-color: #98207F;
}
</style>