Shades of Dark Purple #92257E
Tints of Dark Purple #92257E
RGB
CMYK
RGB Variations
Color information
#92257E (or 0x92257E) is known color: Dark Purple. HEX triplet: 92, 25 and 7E. RGB value is (146,37,126). Sum of RGB (Red+Green+Blue) = 146+37+126=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92257E is #6DDA81. Grayscale: #4F4F4F. Windows color (decimal): -7199362 or 8267154. OLE color: 8267154.
HSL color Cylindrical-coordinate representation of color #92257E: hue angle of 311.01º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92257E is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 126 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.43 |
| HSL | 311.01º | 0.6% | 0.36% | - |
| HSV(B) | 311.01º | 0.75% | 0.57% | - |
| XYZ | 16.28 | 8.94 | 20.61 | - |
| YUV | 79.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 126 | 0 | 0.75 | 0.14 | 0.43 | 311.01 | 0.6 | 0.36 |
| Hex | 92 | 25 | 7E | 0 | 4B | E | 2B | 137 | 3C | 24 |
| Octal | 222 | 45 | 176 | 0 | 113 | 16 | 53 | 467 | 74 | 44 |
| Binary | 10010010 | 100101 | 1111110 | 0 | 1001011 | 1110 | 101011 | 100110111 | 111100 | 100100 |
Color Harmonies of #92257E
Complementary color
Monochromatic Colors of #92257E
Black with #92257E
Text Example
Text Example
White with #92257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92257E; }
p { color: rgb(146,37,126); }
H1.HeaderClassName
{
color: #92257E;
}
.AnyTagClassName
{
color: #92257E;
}
</style>
background-color css
<style>
a { background-color: #92257E; }
a { background-color: rgb(146,37,126); }
div.DivClassName
{
background-color: #92257E;
}
.BgClassName
{
background-color: #92257E;
}
</style>
border-color css
<style>
span { border-color: #92257E; }
span { border-color: rgb(146,37,126); }
td.TdClassName
{
border-color: #92257E;
}
.TagClassName
{
border-color: #92257E;
}
</style>