Shades of Dark Purple #923287
Tints of Dark Purple #923287
RGB
CMYK
RGB Variations
Color information
#923287 (or 0x923287) is known color: Dark Purple. HEX triplet: 92, 32 and 87. RGB value is (146,50,135). Sum of RGB (Red+Green+Blue) = 146+50+135=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #923287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923287 is #6DCD78. Grayscale: #585858. Windows color (decimal): -7196025 or 8860306. OLE color: 8860306.
HSL color Cylindrical-coordinate representation of color #923287: hue angle of 306.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923287 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 135 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.43 |
| HSL | 306.88º | 0.49% | 0.38% | - |
| HSV(B) | 306.88º | 0.66% | 0.57% | - |
| XYZ | 17.37 | 10.14 | 23.96 | - |
| YUV | 88.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 135 | 0 | 0.66 | 0.08 | 0.43 | 306.88 | 0.49 | 0.38 |
| Hex | 92 | 32 | 87 | 0 | 42 | 8 | 2B | 133 | 31 | 26 |
| Octal | 222 | 62 | 207 | 0 | 102 | 10 | 53 | 463 | 61 | 46 |
| Binary | 10010010 | 110010 | 10000111 | 0 | 1000010 | 1000 | 101011 | 100110011 | 110001 | 100110 |
Color Harmonies of #923287
Complementary color
Monochromatic Colors of #923287
Black with #923287
Text Example
Text Example
White with #923287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923287; }
p { color: rgb(146,50,135); }
H1.HeaderClassName
{
color: #923287;
}
.AnyTagClassName
{
color: #923287;
}
</style>
background-color css
<style>
a { background-color: #923287; }
a { background-color: rgb(146,50,135); }
div.DivClassName
{
background-color: #923287;
}
.BgClassName
{
background-color: #923287;
}
</style>
border-color css
<style>
span { border-color: #923287; }
span { border-color: rgb(146,50,135); }
td.TdClassName
{
border-color: #923287;
}
.TagClassName
{
border-color: #923287;
}
</style>