Shades of Dark Purple #974283
Tints of Dark Purple #974283
RGB
CMYK
RGB Variations
Color information
#974283 (or 0x974283) is known color: Dark Purple. HEX triplet: 97, 42 and 83. RGB value is (151,66,131). Sum of RGB (Red+Green+Blue) = 151+66+131=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #974283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974283 is #68BD7C. Grayscale: #626262. Windows color (decimal): -6864253 or 8602263. OLE color: 8602263.
HSL color Cylindrical-coordinate representation of color #974283: hue angle of 314.12º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974283 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 66 | 131 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.41 |
| HSL | 314.12º | 0.39% | 0.43% | - |
| HSV(B) | 314.12º | 0.56% | 0.59% | - |
| XYZ | 18.81 | 12.11 | 22.82 | - |
| YUV | 98.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 131 | 0 | 0.56 | 0.13 | 0.41 | 314.12 | 0.39 | 0.43 |
| Hex | 97 | 42 | 83 | 0 | 38 | D | 29 | 13A | 27 | 2B |
| Octal | 227 | 102 | 203 | 0 | 70 | 15 | 51 | 472 | 47 | 53 |
| Binary | 10010111 | 1000010 | 10000011 | 0 | 111000 | 1101 | 101001 | 100111010 | 100111 | 101011 |
Color Harmonies of #974283
Complementary color
Monochromatic Colors of #974283
Black with #974283
Text Example
Text Example
White with #974283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974283; }
p { color: rgb(151,66,131); }
H1.HeaderClassName
{
color: #974283;
}
.AnyTagClassName
{
color: #974283;
}
</style>
background-color css
<style>
a { background-color: #974283; }
a { background-color: rgb(151,66,131); }
div.DivClassName
{
background-color: #974283;
}
.BgClassName
{
background-color: #974283;
}
</style>
border-color css
<style>
span { border-color: #974283; }
span { border-color: rgb(151,66,131); }
td.TdClassName
{
border-color: #974283;
}
.TagClassName
{
border-color: #974283;
}
</style>