Shades of Dark Purple #923A7C
Tints of Dark Purple #923A7C
RGB
CMYK
RGB Variations
Color information
#923A7C (or 0x923A7C) is known color: Dark Purple. HEX triplet: 92, 3A and 7C. RGB value is (146,58,124). Sum of RGB (Red+Green+Blue) = 146+58+124=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #923A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923A7C is #6DC583. Grayscale: #5B5B5B. Windows color (decimal): -7193988 or 8141458. OLE color: 8141458.
HSL color Cylindrical-coordinate representation of color #923A7C: hue angle of 315º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #923A7C is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 58 | 124 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.43 |
| HSL | 315º | 0.43% | 0.4% | - |
| HSV(B) | 315º | 0.6% | 0.57% | - |
| XYZ | 17.01 | 10.59 | 20.22 | - |
| YUV | 91.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 124 | 0 | 0.60 | 0.15 | 0.43 | 315 | 0.43 | 0.4 |
| Hex | 92 | 3A | 7C | 0 | 3C | F | 2B | 13B | 2B | 28 |
| Octal | 222 | 72 | 174 | 0 | 74 | 17 | 53 | 473 | 53 | 50 |
| Binary | 10010010 | 111010 | 1111100 | 0 | 111100 | 1111 | 101011 | 100111011 | 101011 | 101000 |
Color Harmonies of #923A7C
Complementary color
Monochromatic Colors of #923A7C
Black with #923A7C
Text Example
Text Example
White with #923A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923A7C; }
p { color: rgb(146,58,124); }
H1.HeaderClassName
{
color: #923A7C;
}
.AnyTagClassName
{
color: #923A7C;
}
</style>
background-color css
<style>
a { background-color: #923A7C; }
a { background-color: rgb(146,58,124); }
div.DivClassName
{
background-color: #923A7C;
}
.BgClassName
{
background-color: #923A7C;
}
</style>
border-color css
<style>
span { border-color: #923A7C; }
span { border-color: rgb(146,58,124); }
td.TdClassName
{
border-color: #923A7C;
}
.TagClassName
{
border-color: #923A7C;
}
</style>