Shades of Dark Purple #923B74
Tints of Dark Purple #923B74
RGB
CMYK
RGB Variations
Color information
#923B74 (or 0x923B74) is known color: Dark Purple. HEX triplet: 92, 3B and 74. RGB value is (146,59,116). Sum of RGB (Red+Green+Blue) = 146+59+116=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #923B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923B74 is #6DC48B. Grayscale: #5B5B5B. Windows color (decimal): -7193740 or 7617426. OLE color: 7617426.
HSL color Cylindrical-coordinate representation of color #923B74: hue angle of 320.69º 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 #923B74 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 59 | 116 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.43 |
| HSL | 320.69º | 0.42% | 0.4% | - |
| HSV(B) | 320.69º | 0.6% | 0.57% | - |
| XYZ | 16.57 | 10.5 | 17.68 | - |
| YUV | 91.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 59 | 116 | 0 | 0.60 | 0.21 | 0.43 | 320.69 | 0.42 | 0.4 |
| Hex | 92 | 3B | 74 | 0 | 3C | 15 | 2B | 141 | 2A | 28 |
| Octal | 222 | 73 | 164 | 0 | 74 | 25 | 53 | 501 | 52 | 50 |
| Binary | 10010010 | 111011 | 1110100 | 0 | 111100 | 10101 | 101011 | 101000001 | 101010 | 101000 |
Color Harmonies of #923B74
Complementary color
Monochromatic Colors of #923B74
Black with #923B74
Text Example
Text Example
White with #923B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923B74; }
p { color: rgb(146,59,116); }
H1.HeaderClassName
{
color: #923B74;
}
.AnyTagClassName
{
color: #923B74;
}
</style>
background-color css
<style>
a { background-color: #923B74; }
a { background-color: rgb(146,59,116); }
div.DivClassName
{
background-color: #923B74;
}
.BgClassName
{
background-color: #923B74;
}
</style>
border-color css
<style>
span { border-color: #923B74; }
span { border-color: rgb(146,59,116); }
td.TdClassName
{
border-color: #923B74;
}
.TagClassName
{
border-color: #923B74;
}
</style>