Shades of Dark Purple #973082
Tints of Dark Purple #973082
RGB
CMYK
RGB Variations
Color information
#973082 (or 0x973082) is known color: Dark Purple. HEX triplet: 97, 30 and 82. RGB value is (151,48,130). Sum of RGB (Red+Green+Blue) = 151+48+130=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #973082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973082 is #68CF7D. Grayscale: #575757. Windows color (decimal): -6868862 or 8532119. OLE color: 8532119.
HSL color Cylindrical-coordinate representation of color #973082: hue angle of 312.23º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973082 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 48 | 130 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.41 |
| HSL | 312.23º | 0.52% | 0.39% | - |
| HSV(B) | 312.23º | 0.68% | 0.59% | - |
| XYZ | 17.85 | 10.3 | 22.17 | - |
| YUV | 88.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 48 | 130 | 0 | 0.68 | 0.14 | 0.41 | 312.23 | 0.52 | 0.39 |
| Hex | 97 | 30 | 82 | 0 | 44 | E | 29 | 138 | 34 | 27 |
| Octal | 227 | 60 | 202 | 0 | 104 | 16 | 51 | 470 | 64 | 47 |
| Binary | 10010111 | 110000 | 10000010 | 0 | 1000100 | 1110 | 101001 | 100111000 | 110100 | 100111 |
Color Harmonies of #973082
Complementary color
Monochromatic Colors of #973082
Black with #973082
Text Example
Text Example
White with #973082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973082; }
p { color: rgb(151,48,130); }
H1.HeaderClassName
{
color: #973082;
}
.AnyTagClassName
{
color: #973082;
}
</style>
background-color css
<style>
a { background-color: #973082; }
a { background-color: rgb(151,48,130); }
div.DivClassName
{
background-color: #973082;
}
.BgClassName
{
background-color: #973082;
}
</style>
border-color css
<style>
span { border-color: #973082; }
span { border-color: rgb(151,48,130); }
td.TdClassName
{
border-color: #973082;
}
.TagClassName
{
border-color: #973082;
}
</style>