Shades of Dark Purple #923175
Tints of Dark Purple #923175
RGB
CMYK
RGB Variations
Color information
#923175 (or 0x923175) is known color: Dark Purple. HEX triplet: 92, 31 and 75. RGB value is (146,49,117). Sum of RGB (Red+Green+Blue) = 146+49+117=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #923175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923175 is #6DCE8A. Grayscale: #555555. Windows color (decimal): -7196299 or 7680402. OLE color: 7680402.
HSL color Cylindrical-coordinate representation of color #923175: hue angle of 317.94º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923175 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 49 | 117 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.43 |
| HSL | 317.94º | 0.5% | 0.38% | - |
| HSV(B) | 317.94º | 0.66% | 0.57% | - |
| XYZ | 16.16 | 9.59 | 17.83 | - |
| YUV | 85.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 117 | 0 | 0.66 | 0.20 | 0.43 | 317.94 | 0.5 | 0.38 |
| Hex | 92 | 31 | 75 | 0 | 42 | 14 | 2B | 13E | 32 | 26 |
| Octal | 222 | 61 | 165 | 0 | 102 | 24 | 53 | 476 | 62 | 46 |
| Binary | 10010010 | 110001 | 1110101 | 0 | 1000010 | 10100 | 101011 | 100111110 | 110010 | 100110 |
Color Harmonies of #923175
Complementary color
Monochromatic Colors of #923175
Black with #923175
Text Example
Text Example
White with #923175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923175; }
p { color: rgb(146,49,117); }
H1.HeaderClassName
{
color: #923175;
}
.AnyTagClassName
{
color: #923175;
}
</style>
background-color css
<style>
a { background-color: #923175; }
a { background-color: rgb(146,49,117); }
div.DivClassName
{
background-color: #923175;
}
.BgClassName
{
background-color: #923175;
}
</style>
border-color css
<style>
span { border-color: #923175; }
span { border-color: rgb(146,49,117); }
td.TdClassName
{
border-color: #923175;
}
.TagClassName
{
border-color: #923175;
}
</style>