Shades of Dark Purple #98277B
Tints of Dark Purple #98277B
RGB
CMYK
RGB Variations
Color information
#98277B (or 0x98277B) is known color: Dark Purple. HEX triplet: 98, 27 and 7B. RGB value is (152,39,123). Sum of RGB (Red+Green+Blue) = 152+39+123=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98277B is #67D884. Grayscale: #525252. Windows color (decimal): -6805637 or 8071064. OLE color: 8071064.
HSL color Cylindrical-coordinate representation of color #98277B: hue angle of 315.4º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98277B is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 123 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.40 |
| HSL | 315.4º | 0.59% | 0.37% | - |
| HSV(B) | 315.4º | 0.74% | 0.6% | - |
| XYZ | 17.25 | 9.56 | 19.67 | - |
| YUV | 82.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 123 | 0 | 0.74 | 0.19 | 0.40 | 315.4 | 0.59 | 0.37 |
| Hex | 98 | 27 | 7B | 0 | 4A | 13 | 28 | 13B | 3B | 25 |
| Octal | 230 | 47 | 173 | 0 | 112 | 23 | 50 | 473 | 73 | 45 |
| Binary | 10011000 | 100111 | 1111011 | 0 | 1001010 | 10011 | 101000 | 100111011 | 111011 | 100101 |
Color Harmonies of #98277B
Complementary color
Monochromatic Colors of #98277B
Black with #98277B
Text Example
Text Example
White with #98277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98277B; }
p { color: rgb(152,39,123); }
H1.HeaderClassName
{
color: #98277B;
}
.AnyTagClassName
{
color: #98277B;
}
</style>
background-color css
<style>
a { background-color: #98277B; }
a { background-color: rgb(152,39,123); }
div.DivClassName
{
background-color: #98277B;
}
.BgClassName
{
background-color: #98277B;
}
</style>
border-color css
<style>
span { border-color: #98277B; }
span { border-color: rgb(152,39,123); }
td.TdClassName
{
border-color: #98277B;
}
.TagClassName
{
border-color: #98277B;
}
</style>