Shades of Dark Purple #923D7B
Tints of Dark Purple #923D7B
RGB
CMYK
RGB Variations
Color information
#923D7B (or 0x923D7B) is known color: Dark Purple. HEX triplet: 92, 3D and 7B. RGB value is (146,61,123). Sum of RGB (Red+Green+Blue) = 146+61+123=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #923D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923D7B is #6DC284. Grayscale: #5D5D5D. Windows color (decimal): -7193221 or 8076690. OLE color: 8076690.
HSL color Cylindrical-coordinate representation of color #923D7B: hue angle of 316.24º 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 #923D7B is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 61 | 123 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.43 |
| HSL | 316.24º | 0.41% | 0.41% | - |
| HSV(B) | 316.24º | 0.58% | 0.57% | - |
| XYZ | 17.1 | 10.88 | 19.94 | - |
| YUV | 93.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 123 | 0 | 0.58 | 0.16 | 0.43 | 316.24 | 0.41 | 0.41 |
| Hex | 92 | 3D | 7B | 0 | 3A | 10 | 2B | 13C | 29 | 29 |
| Octal | 222 | 75 | 173 | 0 | 72 | 20 | 53 | 474 | 51 | 51 |
| Binary | 10010010 | 111101 | 1111011 | 0 | 111010 | 10000 | 101011 | 100111100 | 101001 | 101001 |
Color Harmonies of #923D7B
Complementary color
Monochromatic Colors of #923D7B
Black with #923D7B
Text Example
Text Example
White with #923D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923D7B; }
p { color: rgb(146,61,123); }
H1.HeaderClassName
{
color: #923D7B;
}
.AnyTagClassName
{
color: #923D7B;
}
</style>
background-color css
<style>
a { background-color: #923D7B; }
a { background-color: rgb(146,61,123); }
div.DivClassName
{
background-color: #923D7B;
}
.BgClassName
{
background-color: #923D7B;
}
</style>
border-color css
<style>
span { border-color: #923D7B; }
span { border-color: rgb(146,61,123); }
td.TdClassName
{
border-color: #923D7B;
}
.TagClassName
{
border-color: #923D7B;
}
</style>