Shades of Dark Purple #92407E
Tints of Dark Purple #92407E
RGB
CMYK
RGB Variations
Color information
#92407E (or 0x92407E) is known color: Dark Purple. HEX triplet: 92, 40 and 7E. RGB value is (146,64,126). Sum of RGB (Red+Green+Blue) = 146+64+126=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #92407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92407E is #6DBF81. Grayscale: #5F5F5F. Windows color (decimal): -7192450 or 8274066. OLE color: 8274066.
HSL color Cylindrical-coordinate representation of color #92407E: hue angle of 314.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #92407E is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 64 | 126 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.43 |
| HSL | 314.63º | 0.39% | 0.41% | - |
| HSV(B) | 314.63º | 0.56% | 0.57% | - |
| XYZ | 17.45 | 11.28 | 21 | - |
| YUV | 95.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 126 | 0 | 0.56 | 0.14 | 0.43 | 314.63 | 0.39 | 0.41 |
| Hex | 92 | 40 | 7E | 0 | 38 | E | 2B | 13B | 27 | 29 |
| Octal | 222 | 100 | 176 | 0 | 70 | 16 | 53 | 473 | 47 | 51 |
| Binary | 10010010 | 1000000 | 1111110 | 0 | 111000 | 1110 | 101011 | 100111011 | 100111 | 101001 |
Color Harmonies of #92407E
Complementary color
Monochromatic Colors of #92407E
Black with #92407E
Text Example
Text Example
White with #92407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92407E; }
p { color: rgb(146,64,126); }
H1.HeaderClassName
{
color: #92407E;
}
.AnyTagClassName
{
color: #92407E;
}
</style>
background-color css
<style>
a { background-color: #92407E; }
a { background-color: rgb(146,64,126); }
div.DivClassName
{
background-color: #92407E;
}
.BgClassName
{
background-color: #92407E;
}
</style>
border-color css
<style>
span { border-color: #92407E; }
span { border-color: rgb(146,64,126); }
td.TdClassName
{
border-color: #92407E;
}
.TagClassName
{
border-color: #92407E;
}
</style>