Shades of Dark Purple #98256C
Tints of Dark Purple #98256C
RGB
CMYK
RGB Variations
Color information
#98256C (or 0x98256C) is known color: Dark Purple. HEX triplet: 98, 25 and 6C. RGB value is (152,37,108). Sum of RGB (Red+Green+Blue) = 152+37+108=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98256C is #67DA93. Grayscale: #4F4F4F. Windows color (decimal): -6806164 or 7087512. OLE color: 7087512.
HSL color Cylindrical-coordinate representation of color #98256C: hue angle of 322.96º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98256C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 108 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.40 |
| HSL | 322.96º | 0.61% | 0.37% | - |
| HSV(B) | 322.96º | 0.76% | 0.6% | - |
| XYZ | 16.32 | 9.08 | 15.08 | - |
| YUV | 79.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 108 | 0 | 0.76 | 0.29 | 0.40 | 322.96 | 0.61 | 0.37 |
| Hex | 98 | 25 | 6C | 0 | 4C | 1D | 28 | 143 | 3D | 25 |
| Octal | 230 | 45 | 154 | 0 | 114 | 35 | 50 | 503 | 75 | 45 |
| Binary | 10011000 | 100101 | 1101100 | 0 | 1001100 | 11101 | 101000 | 101000011 | 111101 | 100101 |
Color Harmonies of #98256C
Complementary color
Monochromatic Colors of #98256C
Black with #98256C
Text Example
Text Example
White with #98256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98256C; }
p { color: rgb(152,37,108); }
H1.HeaderClassName
{
color: #98256C;
}
.AnyTagClassName
{
color: #98256C;
}
</style>
background-color css
<style>
a { background-color: #98256C; }
a { background-color: rgb(152,37,108); }
div.DivClassName
{
background-color: #98256C;
}
.BgClassName
{
background-color: #98256C;
}
</style>
border-color css
<style>
span { border-color: #98256C; }
span { border-color: rgb(152,37,108); }
td.TdClassName
{
border-color: #98256C;
}
.TagClassName
{
border-color: #98256C;
}
</style>