Shades of Dark Purple #92276A
Tints of Dark Purple #92276A
RGB
CMYK
RGB Variations
Color information
#92276A (or 0x92276A) is known color: Dark Purple. HEX triplet: 92, 27 and 6A. RGB value is (146,39,106). Sum of RGB (Red+Green+Blue) = 146+39+106=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #92276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92276A is #6DD895. Grayscale: #4E4E4E. Windows color (decimal): -7198870 or 6956946. OLE color: 6956946.
HSL color Cylindrical-coordinate representation of color #92276A: hue angle of 322.43º 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 #92276A is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 39 | 106 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.43 |
| HSL | 322.43º | 0.58% | 0.36% | - |
| HSV(B) | 322.43º | 0.73% | 0.57% | - |
| XYZ | 15.18 | 8.6 | 14.5 | - |
| YUV | 78.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 39 | 106 | 0 | 0.73 | 0.27 | 0.43 | 322.43 | 0.58 | 0.36 |
| Hex | 92 | 27 | 6A | 0 | 49 | 1B | 2B | 142 | 3A | 24 |
| Octal | 222 | 47 | 152 | 0 | 111 | 33 | 53 | 502 | 72 | 44 |
| Binary | 10010010 | 100111 | 1101010 | 0 | 1001001 | 11011 | 101011 | 101000010 | 111010 | 100100 |
Color Harmonies of #92276A
Complementary color
Monochromatic Colors of #92276A
Black with #92276A
Text Example
Text Example
White with #92276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92276A; }
p { color: rgb(146,39,106); }
H1.HeaderClassName
{
color: #92276A;
}
.AnyTagClassName
{
color: #92276A;
}
</style>
background-color css
<style>
a { background-color: #92276A; }
a { background-color: rgb(146,39,106); }
div.DivClassName
{
background-color: #92276A;
}
.BgClassName
{
background-color: #92276A;
}
</style>
border-color css
<style>
span { border-color: #92276A; }
span { border-color: rgb(146,39,106); }
td.TdClassName
{
border-color: #92276A;
}
.TagClassName
{
border-color: #92276A;
}
</style>