Shades of Dark Purple #973382
Tints of Dark Purple #973382
RGB
CMYK
RGB Variations
Color information
#973382 (or 0x973382) is known color: Dark Purple. HEX triplet: 97, 33 and 82. RGB value is (151,51,130). Sum of RGB (Red+Green+Blue) = 151+51+130=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #973382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973382 is #68CC7D. Grayscale: #595959. Windows color (decimal): -6868094 or 8532887. OLE color: 8532887.
HSL color Cylindrical-coordinate representation of color #973382: hue angle of 312.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973382 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 130 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.41 |
| HSL | 312.6º | 0.5% | 0.4% | - |
| HSV(B) | 312.6º | 0.66% | 0.59% | - |
| XYZ | 17.98 | 10.56 | 22.21 | - |
| YUV | 89.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 130 | 0 | 0.66 | 0.14 | 0.41 | 312.6 | 0.5 | 0.4 |
| Hex | 97 | 33 | 82 | 0 | 42 | E | 29 | 139 | 32 | 28 |
| Octal | 227 | 63 | 202 | 0 | 102 | 16 | 51 | 471 | 62 | 50 |
| Binary | 10010111 | 110011 | 10000010 | 0 | 1000010 | 1110 | 101001 | 100111001 | 110010 | 101000 |
Color Harmonies of #973382
Complementary color
Monochromatic Colors of #973382
Black with #973382
Text Example
Text Example
White with #973382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973382; }
p { color: rgb(151,51,130); }
H1.HeaderClassName
{
color: #973382;
}
.AnyTagClassName
{
color: #973382;
}
</style>
background-color css
<style>
a { background-color: #973382; }
a { background-color: rgb(151,51,130); }
div.DivClassName
{
background-color: #973382;
}
.BgClassName
{
background-color: #973382;
}
</style>
border-color css
<style>
span { border-color: #973382; }
span { border-color: rgb(151,51,130); }
td.TdClassName
{
border-color: #973382;
}
.TagClassName
{
border-color: #973382;
}
</style>