Shades of Dark Purple #98337B
Tints of Dark Purple #98337B
RGB
CMYK
RGB Variations
Color information
#98337B (or 0x98337B) is known color: Dark Purple. HEX triplet: 98, 33 and 7B. RGB value is (152,51,123). Sum of RGB (Red+Green+Blue) = 152+51+123=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98337B is #67CC84. Grayscale: #595959. Windows color (decimal): -6802565 or 8074136. OLE color: 8074136.
HSL color Cylindrical-coordinate representation of color #98337B: hue angle of 317.23º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98337B is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 123 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.40 |
| HSL | 317.23º | 0.5% | 0.4% | - |
| HSV(B) | 317.23º | 0.66% | 0.6% | - |
| XYZ | 17.71 | 10.47 | 19.83 | - |
| YUV | 89.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 123 | 0 | 0.66 | 0.19 | 0.40 | 317.23 | 0.5 | 0.4 |
| Hex | 98 | 33 | 7B | 0 | 42 | 13 | 28 | 13D | 32 | 28 |
| Octal | 230 | 63 | 173 | 0 | 102 | 23 | 50 | 475 | 62 | 50 |
| Binary | 10011000 | 110011 | 1111011 | 0 | 1000010 | 10011 | 101000 | 100111101 | 110010 | 101000 |
Color Harmonies of #98337B
Complementary color
Monochromatic Colors of #98337B
Black with #98337B
Text Example
Text Example
White with #98337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98337B; }
p { color: rgb(152,51,123); }
H1.HeaderClassName
{
color: #98337B;
}
.AnyTagClassName
{
color: #98337B;
}
</style>
background-color css
<style>
a { background-color: #98337B; }
a { background-color: rgb(152,51,123); }
div.DivClassName
{
background-color: #98337B;
}
.BgClassName
{
background-color: #98337B;
}
</style>
border-color css
<style>
span { border-color: #98337B; }
span { border-color: rgb(152,51,123); }
td.TdClassName
{
border-color: #98337B;
}
.TagClassName
{
border-color: #98337B;
}
</style>