Shades of Dark Purple #982274
Tints of Dark Purple #982274
RGB
CMYK
RGB Variations
Color information
#982274 (or 0x982274) is known color: Dark Purple. HEX triplet: 98, 22 and 74. RGB value is (152,34,116). Sum of RGB (Red+Green+Blue) = 152+34+116=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #982274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982274 is #67DD8B. Grayscale: #4E4E4E. Windows color (decimal): -6806924 or 7611032. OLE color: 7611032.
HSL color Cylindrical-coordinate representation of color #982274: hue angle of 318.31º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982274 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 116 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.40 |
| HSL | 318.31º | 0.63% | 0.36% | - |
| HSV(B) | 318.31º | 0.78% | 0.6% | - |
| XYZ | 16.67 | 9.08 | 17.4 | - |
| YUV | 78.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 116 | 0 | 0.78 | 0.24 | 0.40 | 318.31 | 0.63 | 0.36 |
| Hex | 98 | 22 | 74 | 0 | 4E | 18 | 28 | 13E | 3F | 24 |
| Octal | 230 | 42 | 164 | 0 | 116 | 30 | 50 | 476 | 77 | 44 |
| Binary | 10011000 | 100010 | 1110100 | 0 | 1001110 | 11000 | 101000 | 100111110 | 111111 | 100100 |
Color Harmonies of #982274
Complementary color
Monochromatic Colors of #982274
Black with #982274
Text Example
Text Example
White with #982274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982274; }
p { color: rgb(152,34,116); }
H1.HeaderClassName
{
color: #982274;
}
.AnyTagClassName
{
color: #982274;
}
</style>
background-color css
<style>
a { background-color: #982274; }
a { background-color: rgb(152,34,116); }
div.DivClassName
{
background-color: #982274;
}
.BgClassName
{
background-color: #982274;
}
</style>
border-color css
<style>
span { border-color: #982274; }
span { border-color: rgb(152,34,116); }
td.TdClassName
{
border-color: #982274;
}
.TagClassName
{
border-color: #982274;
}
</style>