Shades of Dark Purple #923977
Tints of Dark Purple #923977
RGB
CMYK
RGB Variations
Color information
#923977 (or 0x923977) is known color: Dark Purple. HEX triplet: 92, 39 and 77. RGB value is (146,57,119). Sum of RGB (Red+Green+Blue) = 146+57+119=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #923977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923977 is #6DC688. Grayscale: #5A5A5A. Windows color (decimal): -7194249 or 7813522. OLE color: 7813522.
HSL color Cylindrical-coordinate representation of color #923977: hue angle of 318.2º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #923977 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 57 | 119 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.43 |
| HSL | 318.2º | 0.44% | 0.4% | - |
| HSV(B) | 318.2º | 0.61% | 0.57% | - |
| XYZ | 16.65 | 10.37 | 18.58 | - |
| YUV | 90.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 119 | 0 | 0.61 | 0.18 | 0.43 | 318.2 | 0.44 | 0.4 |
| Hex | 92 | 39 | 77 | 0 | 3D | 12 | 2B | 13E | 2C | 28 |
| Octal | 222 | 71 | 167 | 0 | 75 | 22 | 53 | 476 | 54 | 50 |
| Binary | 10010010 | 111001 | 1110111 | 0 | 111101 | 10010 | 101011 | 100111110 | 101100 | 101000 |
Color Harmonies of #923977
Complementary color
Monochromatic Colors of #923977
Black with #923977
Text Example
Text Example
White with #923977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923977; }
p { color: rgb(146,57,119); }
H1.HeaderClassName
{
color: #923977;
}
.AnyTagClassName
{
color: #923977;
}
</style>
background-color css
<style>
a { background-color: #923977; }
a { background-color: rgb(146,57,119); }
div.DivClassName
{
background-color: #923977;
}
.BgClassName
{
background-color: #923977;
}
</style>
border-color css
<style>
span { border-color: #923977; }
span { border-color: rgb(146,57,119); }
td.TdClassName
{
border-color: #923977;
}
.TagClassName
{
border-color: #923977;
}
</style>