Shades of Dark Purple #98217B
Tints of Dark Purple #98217B
RGB
CMYK
RGB Variations
Color information
#98217B (or 0x98217B) is known color: Dark Purple. HEX triplet: 98, 21 and 7B. RGB value is (152,33,123). Sum of RGB (Red+Green+Blue) = 152+33+123=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #98217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98217B is #67DE84. Grayscale: #4E4E4E. Windows color (decimal): -6807173 or 8069528. OLE color: 8069528.
HSL color Cylindrical-coordinate representation of color #98217B: hue angle of 314.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98217B is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 33 | 123 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.40 |
| HSL | 314.62º | 0.64% | 0.36% | - |
| HSV(B) | 314.62º | 0.78% | 0.6% | - |
| XYZ | 17.07 | 9.19 | 19.61 | - |
| YUV | 78.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 123 | 0 | 0.78 | 0.19 | 0.40 | 314.62 | 0.64 | 0.36 |
| Hex | 98 | 21 | 7B | 0 | 4E | 13 | 28 | 13B | 40 | 24 |
| Octal | 230 | 41 | 173 | 0 | 116 | 23 | 50 | 473 | 100 | 44 |
| Binary | 10011000 | 100001 | 1111011 | 0 | 1001110 | 10011 | 101000 | 100111011 | 1000000 | 100100 |
Color Harmonies of #98217B
Complementary color
Monochromatic Colors of #98217B
Black with #98217B
Text Example
Text Example
White with #98217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98217B; }
p { color: rgb(152,33,123); }
H1.HeaderClassName
{
color: #98217B;
}
.AnyTagClassName
{
color: #98217B;
}
</style>
background-color css
<style>
a { background-color: #98217B; }
a { background-color: rgb(152,33,123); }
div.DivClassName
{
background-color: #98217B;
}
.BgClassName
{
background-color: #98217B;
}
</style>
border-color css
<style>
span { border-color: #98217B; }
span { border-color: rgb(152,33,123); }
td.TdClassName
{
border-color: #98217B;
}
.TagClassName
{
border-color: #98217B;
}
</style>