Shades of Dark Purple #923581
Tints of Dark Purple #923581
RGB
CMYK
RGB Variations
Color information
#923581 (or 0x923581) is known color: Dark Purple. HEX triplet: 92, 35 and 81. RGB value is (146,53,129). Sum of RGB (Red+Green+Blue) = 146+53+129=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #923581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923581 is #6DCA7E. Grayscale: #595959. Windows color (decimal): -7195263 or 8467858. OLE color: 8467858.
HSL color Cylindrical-coordinate representation of color #923581: hue angle of 310.97º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #923581 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 53 | 129 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.43 |
| HSL | 310.97º | 0.47% | 0.39% | - |
| HSV(B) | 310.97º | 0.64% | 0.57% | - |
| XYZ | 17.09 | 10.24 | 21.85 | - |
| YUV | 89.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 53 | 129 | 0 | 0.64 | 0.12 | 0.43 | 310.97 | 0.47 | 0.39 |
| Hex | 92 | 35 | 81 | 0 | 40 | C | 2B | 137 | 2F | 27 |
| Octal | 222 | 65 | 201 | 0 | 100 | 14 | 53 | 467 | 57 | 47 |
| Binary | 10010010 | 110101 | 10000001 | 0 | 1000000 | 1100 | 101011 | 100110111 | 101111 | 100111 |
Color Harmonies of #923581
Complementary color
Monochromatic Colors of #923581
Black with #923581
Text Example
Text Example
White with #923581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923581; }
p { color: rgb(146,53,129); }
H1.HeaderClassName
{
color: #923581;
}
.AnyTagClassName
{
color: #923581;
}
</style>
background-color css
<style>
a { background-color: #923581; }
a { background-color: rgb(146,53,129); }
div.DivClassName
{
background-color: #923581;
}
.BgClassName
{
background-color: #923581;
}
</style>
border-color css
<style>
span { border-color: #923581; }
span { border-color: rgb(146,53,129); }
td.TdClassName
{
border-color: #923581;
}
.TagClassName
{
border-color: #923581;
}
</style>