Shades of Dark Purple #923E85
Tints of Dark Purple #923E85
RGB
CMYK
RGB Variations
Color information
#923E85 (or 0x923E85) is known color: Dark Purple. HEX triplet: 92, 3E and 85. RGB value is (146,62,133). Sum of RGB (Red+Green+Blue) = 146+62+133=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #923E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #923E85 is #6DC17A. Grayscale: #5F5F5F. Windows color (decimal): -7192955 or 8732306. OLE color: 8732306.
HSL color Cylindrical-coordinate representation of color #923E85: hue angle of 309.29º degrees, saturation: 0.4, 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 #923E85 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 62 | 133 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.43 |
| HSL | 309.29º | 0.4% | 0.41% | - |
| HSV(B) | 309.29º | 0.58% | 0.57% | - |
| XYZ | 17.81 | 11.25 | 23.42 | - |
| YUV | 95.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 133 | 0 | 0.58 | 0.09 | 0.43 | 309.29 | 0.4 | 0.41 |
| Hex | 92 | 3E | 85 | 0 | 3A | 9 | 2B | 135 | 28 | 29 |
| Octal | 222 | 76 | 205 | 0 | 72 | 11 | 53 | 465 | 50 | 51 |
| Binary | 10010010 | 111110 | 10000101 | 0 | 111010 | 1001 | 101011 | 100110101 | 101000 | 101001 |
Color Harmonies of #923E85
Complementary color
Monochromatic Colors of #923E85
Black with #923E85
Text Example
Text Example
White with #923E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923E85; }
p { color: rgb(146,62,133); }
H1.HeaderClassName
{
color: #923E85;
}
.AnyTagClassName
{
color: #923E85;
}
</style>
background-color css
<style>
a { background-color: #923E85; }
a { background-color: rgb(146,62,133); }
div.DivClassName
{
background-color: #923E85;
}
.BgClassName
{
background-color: #923E85;
}
</style>
border-color css
<style>
span { border-color: #923E85; }
span { border-color: rgb(146,62,133); }
td.TdClassName
{
border-color: #923E85;
}
.TagClassName
{
border-color: #923E85;
}
</style>