Shades of Dark Purple #92256F
Tints of Dark Purple #92256F
RGB
CMYK
RGB Variations
Color information
#92256F (or 0x92256F) is known color: Dark Purple. HEX triplet: 92, 25 and 6F. RGB value is (146,37,111). Sum of RGB (Red+Green+Blue) = 146+37+111=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #92256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92256F is #6DDA90. Grayscale: #4D4D4D. Windows color (decimal): -7199377 or 7284114. OLE color: 7284114.
HSL color Cylindrical-coordinate representation of color #92256F: hue angle of 319.27º 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 #92256F is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 111 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.43 |
| HSL | 319.27º | 0.6% | 0.36% | - |
| HSV(B) | 319.27º | 0.75% | 0.57% | - |
| XYZ | 15.38 | 8.58 | 15.88 | - |
| YUV | 78.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 111 | 0 | 0.75 | 0.24 | 0.43 | 319.27 | 0.6 | 0.36 |
| Hex | 92 | 25 | 6F | 0 | 4B | 18 | 2B | 13F | 3C | 24 |
| Octal | 222 | 45 | 157 | 0 | 113 | 30 | 53 | 477 | 74 | 44 |
| Binary | 10010010 | 100101 | 1101111 | 0 | 1001011 | 11000 | 101011 | 100111111 | 111100 | 100100 |
Color Harmonies of #92256F
Complementary color
Monochromatic Colors of #92256F
Black with #92256F
Text Example
Text Example
White with #92256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92256F; }
p { color: rgb(146,37,111); }
H1.HeaderClassName
{
color: #92256F;
}
.AnyTagClassName
{
color: #92256F;
}
</style>
background-color css
<style>
a { background-color: #92256F; }
a { background-color: rgb(146,37,111); }
div.DivClassName
{
background-color: #92256F;
}
.BgClassName
{
background-color: #92256F;
}
</style>
border-color css
<style>
span { border-color: #92256F; }
span { border-color: rgb(146,37,111); }
td.TdClassName
{
border-color: #92256F;
}
.TagClassName
{
border-color: #92256F;
}
</style>