Shades of Dark Purple #92276D
Tints of Dark Purple #92276D
RGB
CMYK
RGB Variations
Color information
#92276D (or 0x92276D) is known color: Dark Purple. HEX triplet: 92, 27 and 6D. RGB value is (146,39,109). Sum of RGB (Red+Green+Blue) = 146+39+109=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #92276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92276D is #6DD892. Grayscale: #4E4E4E. Windows color (decimal): -7198867 or 7153554. OLE color: 7153554.
HSL color Cylindrical-coordinate representation of color #92276D: hue angle of 320.75º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92276D is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 39 | 109 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.43 |
| HSL | 320.75º | 0.58% | 0.36% | - |
| HSV(B) | 320.75º | 0.73% | 0.57% | - |
| XYZ | 15.34 | 8.67 | 15.33 | - |
| YUV | 78.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 39 | 109 | 0 | 0.73 | 0.25 | 0.43 | 320.75 | 0.58 | 0.36 |
| Hex | 92 | 27 | 6D | 0 | 49 | 19 | 2B | 141 | 3A | 24 |
| Octal | 222 | 47 | 155 | 0 | 111 | 31 | 53 | 501 | 72 | 44 |
| Binary | 10010010 | 100111 | 1101101 | 0 | 1001001 | 11001 | 101011 | 101000001 | 111010 | 100100 |
Color Harmonies of #92276D
Complementary color
Monochromatic Colors of #92276D
Black with #92276D
Text Example
Text Example
White with #92276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92276D; }
p { color: rgb(146,39,109); }
H1.HeaderClassName
{
color: #92276D;
}
.AnyTagClassName
{
color: #92276D;
}
</style>
background-color css
<style>
a { background-color: #92276D; }
a { background-color: rgb(146,39,109); }
div.DivClassName
{
background-color: #92276D;
}
.BgClassName
{
background-color: #92276D;
}
</style>
border-color css
<style>
span { border-color: #92276D; }
span { border-color: rgb(146,39,109); }
td.TdClassName
{
border-color: #92276D;
}
.TagClassName
{
border-color: #92276D;
}
</style>