Shades of Dark Purple #922781
Tints of Dark Purple #922781
RGB
CMYK
RGB Variations
Color information
#922781 (or 0x922781) is known color: Dark Purple. HEX triplet: 92, 27 and 81. RGB value is (146,39,129). Sum of RGB (Red+Green+Blue) = 146+39+129=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #922781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922781 is #6DD87E. Grayscale: #515151. Windows color (decimal): -7198847 or 8464274. OLE color: 8464274.
HSL color Cylindrical-coordinate representation of color #922781: hue angle of 309.53º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #922781 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 39 | 129 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.43 |
| HSL | 309.53º | 0.58% | 0.36% | - |
| HSV(B) | 309.53º | 0.73% | 0.57% | - |
| XYZ | 16.54 | 9.15 | 21.66 | - |
| YUV | 81.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 39 | 129 | 0 | 0.73 | 0.12 | 0.43 | 309.53 | 0.58 | 0.36 |
| Hex | 92 | 27 | 81 | 0 | 49 | C | 2B | 136 | 3A | 24 |
| Octal | 222 | 47 | 201 | 0 | 111 | 14 | 53 | 466 | 72 | 44 |
| Binary | 10010010 | 100111 | 10000001 | 0 | 1001001 | 1100 | 101011 | 100110110 | 111010 | 100100 |
Color Harmonies of #922781
Complementary color
Monochromatic Colors of #922781
Black with #922781
Text Example
Text Example
White with #922781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922781; }
p { color: rgb(146,39,129); }
H1.HeaderClassName
{
color: #922781;
}
.AnyTagClassName
{
color: #922781;
}
</style>
background-color css
<style>
a { background-color: #922781; }
a { background-color: rgb(146,39,129); }
div.DivClassName
{
background-color: #922781;
}
.BgClassName
{
background-color: #922781;
}
</style>
border-color css
<style>
span { border-color: #922781; }
span { border-color: rgb(146,39,129); }
td.TdClassName
{
border-color: #922781;
}
.TagClassName
{
border-color: #922781;
}
</style>