Shades of Dark Purple #982385
Tints of Dark Purple #982385
RGB
CMYK
RGB Variations
Color information
#982385 (or 0x982385) is known color: Dark Purple. HEX triplet: 98, 23 and 85. RGB value is (152,35,133). Sum of RGB (Red+Green+Blue) = 152+35+133=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #982385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982385 is #67DC7A. Grayscale: #505050. Windows color (decimal): -6806651 or 8725400. OLE color: 8725400.
HSL color Cylindrical-coordinate representation of color #982385: hue angle of 309.74º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982385 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 35 | 133 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.40 |
| HSL | 309.74º | 0.63% | 0.37% | - |
| HSV(B) | 309.74º | 0.77% | 0.6% | - |
| XYZ | 17.78 | 9.57 | 23.1 | - |
| YUV | 81.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 133 | 0 | 0.77 | 0.13 | 0.40 | 309.74 | 0.63 | 0.37 |
| Hex | 98 | 23 | 85 | 0 | 4D | D | 28 | 136 | 3F | 25 |
| Octal | 230 | 43 | 205 | 0 | 115 | 15 | 50 | 466 | 77 | 45 |
| Binary | 10011000 | 100011 | 10000101 | 0 | 1001101 | 1101 | 101000 | 100110110 | 111111 | 100101 |
Color Harmonies of #982385
Complementary color
Monochromatic Colors of #982385
Black with #982385
Text Example
Text Example
White with #982385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982385; }
p { color: rgb(152,35,133); }
H1.HeaderClassName
{
color: #982385;
}
.AnyTagClassName
{
color: #982385;
}
</style>
background-color css
<style>
a { background-color: #982385; }
a { background-color: rgb(152,35,133); }
div.DivClassName
{
background-color: #982385;
}
.BgClassName
{
background-color: #982385;
}
</style>
border-color css
<style>
span { border-color: #982385; }
span { border-color: rgb(152,35,133); }
td.TdClassName
{
border-color: #982385;
}
.TagClassName
{
border-color: #982385;
}
</style>