Shades of Dark Purple #923276
Tints of Dark Purple #923276
RGB
CMYK
RGB Variations
Color information
#923276 (or 0x923276) is known color: Dark Purple. HEX triplet: 92, 32 and 76. RGB value is (146,50,118). Sum of RGB (Red+Green+Blue) = 146+50+118=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #923276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923276 is #6DCD89. Grayscale: #565656. Windows color (decimal): -7196042 or 7746194. OLE color: 7746194.
HSL color Cylindrical-coordinate representation of color #923276: hue angle of 317.5º degrees, saturation: 0.49, 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 #923276 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 118 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.43 |
| HSL | 317.5º | 0.49% | 0.38% | - |
| HSV(B) | 317.5º | 0.66% | 0.57% | - |
| XYZ | 16.26 | 9.7 | 18.15 | - |
| YUV | 86.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 118 | 0 | 0.66 | 0.19 | 0.43 | 317.5 | 0.49 | 0.38 |
| Hex | 92 | 32 | 76 | 0 | 42 | 13 | 2B | 13E | 31 | 26 |
| Octal | 222 | 62 | 166 | 0 | 102 | 23 | 53 | 476 | 61 | 46 |
| Binary | 10010010 | 110010 | 1110110 | 0 | 1000010 | 10011 | 101011 | 100111110 | 110001 | 100110 |
Color Harmonies of #923276
Complementary color
Monochromatic Colors of #923276
Black with #923276
Text Example
Text Example
White with #923276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923276; }
p { color: rgb(146,50,118); }
H1.HeaderClassName
{
color: #923276;
}
.AnyTagClassName
{
color: #923276;
}
</style>
background-color css
<style>
a { background-color: #923276; }
a { background-color: rgb(146,50,118); }
div.DivClassName
{
background-color: #923276;
}
.BgClassName
{
background-color: #923276;
}
</style>
border-color css
<style>
span { border-color: #923276; }
span { border-color: rgb(146,50,118); }
td.TdClassName
{
border-color: #923276;
}
.TagClassName
{
border-color: #923276;
}
</style>