Shades of Dark Purple #923987
Tints of Dark Purple #923987
RGB
CMYK
RGB Variations
Color information
#923987 (or 0x923987) is known color: Dark Purple. HEX triplet: 92, 39 and 87. RGB value is (146,57,135). Sum of RGB (Red+Green+Blue) = 146+57+135=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #923987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923987 is #6DC678. Grayscale: #5C5C5C. Windows color (decimal): -7194233 or 8862098. OLE color: 8862098.
HSL color Cylindrical-coordinate representation of color #923987: hue angle of 307.42º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #923987 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 57 | 135 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.43 |
| HSL | 307.42º | 0.44% | 0.4% | - |
| HSV(B) | 307.42º | 0.61% | 0.57% | - |
| XYZ | 17.69 | 10.79 | 24.07 | - |
| YUV | 92.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 135 | 0 | 0.61 | 0.08 | 0.43 | 307.42 | 0.44 | 0.4 |
| Hex | 92 | 39 | 87 | 0 | 3D | 8 | 2B | 133 | 2C | 28 |
| Octal | 222 | 71 | 207 | 0 | 75 | 10 | 53 | 463 | 54 | 50 |
| Binary | 10010010 | 111001 | 10000111 | 0 | 111101 | 1000 | 101011 | 100110011 | 101100 | 101000 |
Color Harmonies of #923987
Complementary color
Monochromatic Colors of #923987
Black with #923987
Text Example
Text Example
White with #923987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923987; }
p { color: rgb(146,57,135); }
H1.HeaderClassName
{
color: #923987;
}
.AnyTagClassName
{
color: #923987;
}
</style>
background-color css
<style>
a { background-color: #923987; }
a { background-color: rgb(146,57,135); }
div.DivClassName
{
background-color: #923987;
}
.BgClassName
{
background-color: #923987;
}
</style>
border-color css
<style>
span { border-color: #923987; }
span { border-color: rgb(146,57,135); }
td.TdClassName
{
border-color: #923987;
}
.TagClassName
{
border-color: #923987;
}
</style>