Shades of Dark Purple #92247B
Tints of Dark Purple #92247B
RGB
CMYK
RGB Variations
Color information
#92247B (or 0x92247B) is known color: Dark Purple. HEX triplet: 92, 24 and 7B. RGB value is (146,36,123). Sum of RGB (Red+Green+Blue) = 146+36+123=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #92247B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92247B is #6DDB84. Grayscale: #4E4E4E. Windows color (decimal): -7199621 or 8070290. OLE color: 8070290.
HSL color Cylindrical-coordinate representation of color #92247B: hue angle of 312.55º 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 #92247B is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 36 | 123 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.43 |
| HSL | 312.55º | 0.6% | 0.36% | - |
| HSV(B) | 312.55º | 0.75% | 0.57% | - |
| XYZ | 16.06 | 8.8 | 19.59 | - |
| YUV | 78.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 36 | 123 | 0 | 0.75 | 0.16 | 0.43 | 312.55 | 0.6 | 0.36 |
| Hex | 92 | 24 | 7B | 0 | 4B | 10 | 2B | 139 | 3C | 24 |
| Octal | 222 | 44 | 173 | 0 | 113 | 20 | 53 | 471 | 74 | 44 |
| Binary | 10010010 | 100100 | 1111011 | 0 | 1001011 | 10000 | 101011 | 100111001 | 111100 | 100100 |
Color Harmonies of #92247B
Complementary color
Monochromatic Colors of #92247B
Black with #92247B
Text Example
Text Example
White with #92247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92247B; }
p { color: rgb(146,36,123); }
H1.HeaderClassName
{
color: #92247B;
}
.AnyTagClassName
{
color: #92247B;
}
</style>
background-color css
<style>
a { background-color: #92247B; }
a { background-color: rgb(146,36,123); }
div.DivClassName
{
background-color: #92247B;
}
.BgClassName
{
background-color: #92247B;
}
</style>
border-color css
<style>
span { border-color: #92247B; }
span { border-color: rgb(146,36,123); }
td.TdClassName
{
border-color: #92247B;
}
.TagClassName
{
border-color: #92247B;
}
</style>