Shades of Dark Purple #923E7D
Tints of Dark Purple #923E7D
RGB
CMYK
RGB Variations
Color information
#923E7D (or 0x923E7D) is known color: Dark Purple. HEX triplet: 92, 3E and 7D. RGB value is (146,62,125). Sum of RGB (Red+Green+Blue) = 146+62+125=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #923E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923E7D is #6DC182. Grayscale: #5E5E5E. Windows color (decimal): -7192963 or 8208018. OLE color: 8208018.
HSL color Cylindrical-coordinate representation of color #923E7D: hue angle of 315º 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 #923E7D is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 62 | 125 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.43 |
| HSL | 315º | 0.4% | 0.41% | - |
| HSV(B) | 315º | 0.58% | 0.57% | - |
| XYZ | 17.28 | 11.04 | 20.62 | - |
| YUV | 94.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 125 | 0 | 0.58 | 0.14 | 0.43 | 315 | 0.4 | 0.41 |
| Hex | 92 | 3E | 7D | 0 | 3A | E | 2B | 13B | 28 | 29 |
| Octal | 222 | 76 | 175 | 0 | 72 | 16 | 53 | 473 | 50 | 51 |
| Binary | 10010010 | 111110 | 1111101 | 0 | 111010 | 1110 | 101011 | 100111011 | 101000 | 101001 |
Color Harmonies of #923E7D
Complementary color
Monochromatic Colors of #923E7D
Black with #923E7D
Text Example
Text Example
White with #923E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923E7D; }
p { color: rgb(146,62,125); }
H1.HeaderClassName
{
color: #923E7D;
}
.AnyTagClassName
{
color: #923E7D;
}
</style>
background-color css
<style>
a { background-color: #923E7D; }
a { background-color: rgb(146,62,125); }
div.DivClassName
{
background-color: #923E7D;
}
.BgClassName
{
background-color: #923E7D;
}
</style>
border-color css
<style>
span { border-color: #923E7D; }
span { border-color: rgb(146,62,125); }
td.TdClassName
{
border-color: #923E7D;
}
.TagClassName
{
border-color: #923E7D;
}
</style>