Shades of Dark Purple #92316D
Tints of Dark Purple #92316D
RGB
CMYK
RGB Variations
Color information
#92316D (or 0x92316D) is known color: Dark Purple. HEX triplet: 92, 31 and 6D. RGB value is (146,49,109). Sum of RGB (Red+Green+Blue) = 146+49+109=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92316D is #6DCE92. Grayscale: #545454. Windows color (decimal): -7196307 or 7156114. OLE color: 7156114.
HSL color Cylindrical-coordinate representation of color #92316D: hue angle of 322.89º 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 #92316D is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 49 | 109 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.43 |
| HSL | 322.89º | 0.5% | 0.38% | - |
| HSV(B) | 322.89º | 0.66% | 0.57% | - |
| XYZ | 15.71 | 9.41 | 15.46 | - |
| YUV | 84.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 109 | 0 | 0.66 | 0.25 | 0.43 | 322.89 | 0.5 | 0.38 |
| Hex | 92 | 31 | 6D | 0 | 42 | 19 | 2B | 143 | 32 | 26 |
| Octal | 222 | 61 | 155 | 0 | 102 | 31 | 53 | 503 | 62 | 46 |
| Binary | 10010010 | 110001 | 1101101 | 0 | 1000010 | 11001 | 101011 | 101000011 | 110010 | 100110 |
Color Harmonies of #92316D
Complementary color
Monochromatic Colors of #92316D
Black with #92316D
Text Example
Text Example
White with #92316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92316D; }
p { color: rgb(146,49,109); }
H1.HeaderClassName
{
color: #92316D;
}
.AnyTagClassName
{
color: #92316D;
}
</style>
background-color css
<style>
a { background-color: #92316D; }
a { background-color: rgb(146,49,109); }
div.DivClassName
{
background-color: #92316D;
}
.BgClassName
{
background-color: #92316D;
}
</style>
border-color css
<style>
span { border-color: #92316D; }
span { border-color: rgb(146,49,109); }
td.TdClassName
{
border-color: #92316D;
}
.TagClassName
{
border-color: #92316D;
}
</style>