Shades of Dark Purple #923685
Tints of Dark Purple #923685
RGB
CMYK
RGB Variations
Color information
#923685 (or 0x923685) is known color: Dark Purple. HEX triplet: 92, 36 and 85. RGB value is (146,54,133). Sum of RGB (Red+Green+Blue) = 146+54+133=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #923685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923685 is #6DC97A. Grayscale: #5A5A5A. Windows color (decimal): -7195003 or 8730258. OLE color: 8730258.
HSL color Cylindrical-coordinate representation of color #923685: hue angle of 308.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #923685 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 54 | 133 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.43 |
| HSL | 308.48º | 0.46% | 0.39% | - |
| HSV(B) | 308.48º | 0.63% | 0.57% | - |
| XYZ | 17.41 | 10.44 | 23.29 | - |
| YUV | 90.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 54 | 133 | 0 | 0.63 | 0.09 | 0.43 | 308.48 | 0.46 | 0.39 |
| Hex | 92 | 36 | 85 | 0 | 3F | 9 | 2B | 134 | 2E | 27 |
| Octal | 222 | 66 | 205 | 0 | 77 | 11 | 53 | 464 | 56 | 47 |
| Binary | 10010010 | 110110 | 10000101 | 0 | 111111 | 1001 | 101011 | 100110100 | 101110 | 100111 |
Color Harmonies of #923685
Complementary color
Monochromatic Colors of #923685
Black with #923685
Text Example
Text Example
White with #923685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923685; }
p { color: rgb(146,54,133); }
H1.HeaderClassName
{
color: #923685;
}
.AnyTagClassName
{
color: #923685;
}
</style>
background-color css
<style>
a { background-color: #923685; }
a { background-color: rgb(146,54,133); }
div.DivClassName
{
background-color: #923685;
}
.BgClassName
{
background-color: #923685;
}
</style>
border-color css
<style>
span { border-color: #923685; }
span { border-color: rgb(146,54,133); }
td.TdClassName
{
border-color: #923685;
}
.TagClassName
{
border-color: #923685;
}
</style>