Shades of Dark Purple #981283
Tints of Dark Purple #981283
RGB
CMYK
RGB Variations
Color information
#981283 (or 0x981283) is known color: Dark Purple. HEX triplet: 98, 12 and 83. RGB value is (152,18,131). Sum of RGB (Red+Green+Blue) = 152+18+131=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #981283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981283 is #67ED7C. Grayscale: #464646. Windows color (decimal): -6811005 or 8589976. OLE color: 8589976.
HSL color Cylindrical-coordinate representation of color #981283: hue angle of 309.4º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981283 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 131 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.40 |
| HSL | 309.4º | 0.79% | 0.33% | - |
| HSV(B) | 309.4º | 0.88% | 0.6% | - |
| XYZ | 17.26 | 8.75 | 22.25 | - |
| YUV | 70.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 131 | 0 | 0.88 | 0.14 | 0.40 | 309.4 | 0.79 | 0.33 |
| Hex | 98 | 12 | 83 | 0 | 58 | E | 28 | 135 | 4F | 21 |
| Octal | 230 | 22 | 203 | 0 | 130 | 16 | 50 | 465 | 117 | 41 |
| Binary | 10011000 | 10010 | 10000011 | 0 | 1011000 | 1110 | 101000 | 100110101 | 1001111 | 100001 |
Color Harmonies of #981283
Complementary color
Monochromatic Colors of #981283
Black with #981283
Text Example
Text Example
White with #981283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981283; }
p { color: rgb(152,18,131); }
H1.HeaderClassName
{
color: #981283;
}
.AnyTagClassName
{
color: #981283;
}
</style>
background-color css
<style>
a { background-color: #981283; }
a { background-color: rgb(152,18,131); }
div.DivClassName
{
background-color: #981283;
}
.BgClassName
{
background-color: #981283;
}
</style>
border-color css
<style>
span { border-color: #981283; }
span { border-color: rgb(152,18,131); }
td.TdClassName
{
border-color: #981283;
}
.TagClassName
{
border-color: #981283;
}
</style>