Shades of Dark Purple #922974
Tints of Dark Purple #922974
RGB
CMYK
RGB Variations
Color information
#922974 (or 0x922974) is known color: Dark Purple. HEX triplet: 92, 29 and 74. RGB value is (146,41,116). Sum of RGB (Red+Green+Blue) = 146+41+116=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #922974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922974 is #6DD68B. Grayscale: #505050. Windows color (decimal): -7198348 or 7612818. OLE color: 7612818.
HSL color Cylindrical-coordinate representation of color #922974: hue angle of 317.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922974 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 41 | 116 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.43 |
| HSL | 317.14º | 0.56% | 0.37% | - |
| HSV(B) | 317.14º | 0.72% | 0.57% | - |
| XYZ | 15.8 | 8.96 | 17.42 | - |
| YUV | 80.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 116 | 0 | 0.72 | 0.21 | 0.43 | 317.14 | 0.56 | 0.37 |
| Hex | 92 | 29 | 74 | 0 | 48 | 15 | 2B | 13D | 38 | 25 |
| Octal | 222 | 51 | 164 | 0 | 110 | 25 | 53 | 475 | 70 | 45 |
| Binary | 10010010 | 101001 | 1110100 | 0 | 1001000 | 10101 | 101011 | 100111101 | 111000 | 100101 |
Color Harmonies of #922974
Complementary color
Monochromatic Colors of #922974
Black with #922974
Text Example
Text Example
White with #922974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922974; }
p { color: rgb(146,41,116); }
H1.HeaderClassName
{
color: #922974;
}
.AnyTagClassName
{
color: #922974;
}
</style>
background-color css
<style>
a { background-color: #922974; }
a { background-color: rgb(146,41,116); }
div.DivClassName
{
background-color: #922974;
}
.BgClassName
{
background-color: #922974;
}
</style>
border-color css
<style>
span { border-color: #922974; }
span { border-color: rgb(146,41,116); }
td.TdClassName
{
border-color: #922974;
}
.TagClassName
{
border-color: #922974;
}
</style>