Shades of Dark Purple #92297F
Tints of Dark Purple #92297F
RGB
CMYK
RGB Variations
Color information
#92297F (or 0x92297F) is known color: Dark Purple. HEX triplet: 92, 29 and 7F. RGB value is (146,41,127). Sum of RGB (Red+Green+Blue) = 146+41+127=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #92297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92297F is #6DD680. Grayscale: #515151. Windows color (decimal): -7198337 or 8333714. OLE color: 8333714.
HSL color Cylindrical-coordinate representation of color #92297F: hue angle of 310.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #92297F is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 41 | 127 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.43 |
| HSL | 310.86º | 0.56% | 0.37% | - |
| HSV(B) | 310.86º | 0.72% | 0.57% | - |
| XYZ | 16.48 | 9.23 | 20.99 | - |
| YUV | 82.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 127 | 0 | 0.72 | 0.13 | 0.43 | 310.86 | 0.56 | 0.37 |
| Hex | 92 | 29 | 7F | 0 | 48 | D | 2B | 137 | 38 | 25 |
| Octal | 222 | 51 | 177 | 0 | 110 | 15 | 53 | 467 | 70 | 45 |
| Binary | 10010010 | 101001 | 1111111 | 0 | 1001000 | 1101 | 101011 | 100110111 | 111000 | 100101 |
Color Harmonies of #92297F
Complementary color
Monochromatic Colors of #92297F
Black with #92297F
Text Example
Text Example
White with #92297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92297F; }
p { color: rgb(146,41,127); }
H1.HeaderClassName
{
color: #92297F;
}
.AnyTagClassName
{
color: #92297F;
}
</style>
background-color css
<style>
a { background-color: #92297F; }
a { background-color: rgb(146,41,127); }
div.DivClassName
{
background-color: #92297F;
}
.BgClassName
{
background-color: #92297F;
}
</style>
border-color css
<style>
span { border-color: #92297F; }
span { border-color: rgb(146,41,127); }
td.TdClassName
{
border-color: #92297F;
}
.TagClassName
{
border-color: #92297F;
}
</style>