Shades of Dark Purple #923C7E
Tints of Dark Purple #923C7E
RGB
CMYK
RGB Variations
Color information
#923C7E (or 0x923C7E) is known color: Dark Purple. HEX triplet: 92, 3C and 7E. RGB value is (146,60,126). Sum of RGB (Red+Green+Blue) = 146+60+126=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #923C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923C7E is #6DC381. Grayscale: #5D5D5D. Windows color (decimal): -7193474 or 8273042. OLE color: 8273042.
HSL color Cylindrical-coordinate representation of color #923C7E: hue angle of 313.95º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #923C7E is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 126 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.43 |
| HSL | 313.95º | 0.42% | 0.4% | - |
| HSV(B) | 313.95º | 0.59% | 0.57% | - |
| XYZ | 17.24 | 10.85 | 20.92 | - |
| YUV | 93.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 126 | 0 | 0.59 | 0.14 | 0.43 | 313.95 | 0.42 | 0.4 |
| Hex | 92 | 3C | 7E | 0 | 3B | E | 2B | 13A | 2A | 28 |
| Octal | 222 | 74 | 176 | 0 | 73 | 16 | 53 | 472 | 52 | 50 |
| Binary | 10010010 | 111100 | 1111110 | 0 | 111011 | 1110 | 101011 | 100111010 | 101010 | 101000 |
Color Harmonies of #923C7E
Complementary color
Monochromatic Colors of #923C7E
Black with #923C7E
Text Example
Text Example
White with #923C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C7E; }
p { color: rgb(146,60,126); }
H1.HeaderClassName
{
color: #923C7E;
}
.AnyTagClassName
{
color: #923C7E;
}
</style>
background-color css
<style>
a { background-color: #923C7E; }
a { background-color: rgb(146,60,126); }
div.DivClassName
{
background-color: #923C7E;
}
.BgClassName
{
background-color: #923C7E;
}
</style>
border-color css
<style>
span { border-color: #923C7E; }
span { border-color: rgb(146,60,126); }
td.TdClassName
{
border-color: #923C7E;
}
.TagClassName
{
border-color: #923C7E;
}
</style>