Shades of Dark Purple #921581
Tints of Dark Purple #921581
RGB
CMYK
RGB Variations
Color information
#921581 (or 0x921581) is known color: Dark Purple. HEX triplet: 92, 15 and 81. RGB value is (146,21,129). Sum of RGB (Red+Green+Blue) = 146+21+129=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #921581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921581 is #6DEA7E. Grayscale: #464646. Windows color (decimal): -7203455 or 8459666. OLE color: 8459666.
HSL color Cylindrical-coordinate representation of color #921581: hue angle of 308.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921581 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 129 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.43 |
| HSL | 308.16º | 0.75% | 0.33% | - |
| HSV(B) | 308.16º | 0.86% | 0.57% | - |
| XYZ | 16.08 | 8.23 | 21.51 | - |
| YUV | 70.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 129 | 0 | 0.86 | 0.12 | 0.43 | 308.16 | 0.75 | 0.33 |
| Hex | 92 | 15 | 81 | 0 | 56 | C | 2B | 134 | 4B | 21 |
| Octal | 222 | 25 | 201 | 0 | 126 | 14 | 53 | 464 | 113 | 41 |
| Binary | 10010010 | 10101 | 10000001 | 0 | 1010110 | 1100 | 101011 | 100110100 | 1001011 | 100001 |
Color Harmonies of #921581
Complementary color
Monochromatic Colors of #921581
Black with #921581
Text Example
Text Example
White with #921581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921581; }
p { color: rgb(146,21,129); }
H1.HeaderClassName
{
color: #921581;
}
.AnyTagClassName
{
color: #921581;
}
</style>
background-color css
<style>
a { background-color: #921581; }
a { background-color: rgb(146,21,129); }
div.DivClassName
{
background-color: #921581;
}
.BgClassName
{
background-color: #921581;
}
</style>
border-color css
<style>
span { border-color: #921581; }
span { border-color: rgb(146,21,129); }
td.TdClassName
{
border-color: #921581;
}
.TagClassName
{
border-color: #921581;
}
</style>