Shades of Dark Purple #92277A
Tints of Dark Purple #92277A
RGB
CMYK
RGB Variations
Color information
#92277A (or 0x92277A) is known color: Dark Purple. HEX triplet: 92, 27 and 7A. RGB value is (146,39,122). Sum of RGB (Red+Green+Blue) = 146+39+122=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #92277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92277A is #6DD885. Grayscale: #505050. Windows color (decimal): -7198854 or 8005522. OLE color: 8005522.
HSL color Cylindrical-coordinate representation of color #92277A: hue angle of 313.46º 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 #92277A is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 39 | 122 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.43 |
| HSL | 313.46º | 0.58% | 0.36% | - |
| HSV(B) | 313.46º | 0.73% | 0.57% | - |
| XYZ | 16.09 | 8.97 | 19.3 | - |
| YUV | 80.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 39 | 122 | 0 | 0.73 | 0.16 | 0.43 | 313.46 | 0.58 | 0.36 |
| Hex | 92 | 27 | 7A | 0 | 49 | 10 | 2B | 139 | 3A | 24 |
| Octal | 222 | 47 | 172 | 0 | 111 | 20 | 53 | 471 | 72 | 44 |
| Binary | 10010010 | 100111 | 1111010 | 0 | 1001001 | 10000 | 101011 | 100111001 | 111010 | 100100 |
Color Harmonies of #92277A
Complementary color
Monochromatic Colors of #92277A
Black with #92277A
Text Example
Text Example
White with #92277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92277A; }
p { color: rgb(146,39,122); }
H1.HeaderClassName
{
color: #92277A;
}
.AnyTagClassName
{
color: #92277A;
}
</style>
background-color css
<style>
a { background-color: #92277A; }
a { background-color: rgb(146,39,122); }
div.DivClassName
{
background-color: #92277A;
}
.BgClassName
{
background-color: #92277A;
}
</style>
border-color css
<style>
span { border-color: #92277A; }
span { border-color: rgb(146,39,122); }
td.TdClassName
{
border-color: #92277A;
}
.TagClassName
{
border-color: #92277A;
}
</style>