Shades of Dark Purple #923B7C
Tints of Dark Purple #923B7C
RGB
CMYK
RGB Variations
Color information
#923B7C (or 0x923B7C) is known color: Dark Purple. HEX triplet: 92, 3B and 7C. RGB value is (146,59,124). Sum of RGB (Red+Green+Blue) = 146+59+124=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #923B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923B7C is #6DC483. Grayscale: #5C5C5C. Windows color (decimal): -7193732 or 8141714. OLE color: 8141714.
HSL color Cylindrical-coordinate representation of color #923B7C: hue angle of 315.17º degrees, saturation: 0.42, 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 #923B7C is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 59 | 124 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.43 |
| HSL | 315.17º | 0.42% | 0.4% | - |
| HSV(B) | 315.17º | 0.6% | 0.57% | - |
| XYZ | 17.06 | 10.69 | 20.23 | - |
| YUV | 92.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 59 | 124 | 0 | 0.60 | 0.15 | 0.43 | 315.17 | 0.42 | 0.4 |
| Hex | 92 | 3B | 7C | 0 | 3C | F | 2B | 13B | 2A | 28 |
| Octal | 222 | 73 | 174 | 0 | 74 | 17 | 53 | 473 | 52 | 50 |
| Binary | 10010010 | 111011 | 1111100 | 0 | 111100 | 1111 | 101011 | 100111011 | 101010 | 101000 |
Color Harmonies of #923B7C
Complementary color
Monochromatic Colors of #923B7C
Black with #923B7C
Text Example
Text Example
White with #923B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923B7C; }
p { color: rgb(146,59,124); }
H1.HeaderClassName
{
color: #923B7C;
}
.AnyTagClassName
{
color: #923B7C;
}
</style>
background-color css
<style>
a { background-color: #923B7C; }
a { background-color: rgb(146,59,124); }
div.DivClassName
{
background-color: #923B7C;
}
.BgClassName
{
background-color: #923B7C;
}
</style>
border-color css
<style>
span { border-color: #923B7C; }
span { border-color: rgb(146,59,124); }
td.TdClassName
{
border-color: #923B7C;
}
.TagClassName
{
border-color: #923B7C;
}
</style>