Shades of Dark Purple #923D85
Tints of Dark Purple #923D85
RGB
CMYK
RGB Variations
Color information
#923D85 (or 0x923D85) is known color: Dark Purple. HEX triplet: 92, 3D and 85. RGB value is (146,61,133). Sum of RGB (Red+Green+Blue) = 146+61+133=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #923D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923D85 is #6DC27A. Grayscale: #5E5E5E. Windows color (decimal): -7193211 or 8732050. OLE color: 8732050.
HSL color Cylindrical-coordinate representation of color #923D85: hue angle of 309.18º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #923D85 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 61 | 133 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.43 |
| HSL | 309.18º | 0.41% | 0.41% | - |
| HSV(B) | 309.18º | 0.58% | 0.57% | - |
| XYZ | 17.76 | 11.14 | 23.41 | - |
| YUV | 94.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 133 | 0 | 0.58 | 0.09 | 0.43 | 309.18 | 0.41 | 0.41 |
| Hex | 92 | 3D | 85 | 0 | 3A | 9 | 2B | 135 | 29 | 29 |
| Octal | 222 | 75 | 205 | 0 | 72 | 11 | 53 | 465 | 51 | 51 |
| Binary | 10010010 | 111101 | 10000101 | 0 | 111010 | 1001 | 101011 | 100110101 | 101001 | 101001 |
Color Harmonies of #923D85
Complementary color
Monochromatic Colors of #923D85
Black with #923D85
Text Example
Text Example
White with #923D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923D85; }
p { color: rgb(146,61,133); }
H1.HeaderClassName
{
color: #923D85;
}
.AnyTagClassName
{
color: #923D85;
}
</style>
background-color css
<style>
a { background-color: #923D85; }
a { background-color: rgb(146,61,133); }
div.DivClassName
{
background-color: #923D85;
}
.BgClassName
{
background-color: #923D85;
}
</style>
border-color css
<style>
span { border-color: #923D85; }
span { border-color: rgb(146,61,133); }
td.TdClassName
{
border-color: #923D85;
}
.TagClassName
{
border-color: #923D85;
}
</style>