Shades of Dark Purple #92258F
Tints of Dark Purple #92258F
RGB
CMYK
RGB Variations
Color information
#92258F (or 0x92258F) is known color: Dark Purple. HEX triplet: 92, 25 and 8F. RGB value is (146,37,143). Sum of RGB (Red+Green+Blue) = 146+37+143=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #92258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92258F is #6DDA70. Grayscale: #515151. Windows color (decimal): -7199345 or 9381266. OLE color: 9381266.
HSL color Cylindrical-coordinate representation of color #92258F: hue angle of 301.65º 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 #92258F is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 143 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.43 |
| HSL | 301.65º | 0.6% | 0.36% | - |
| HSV(B) | 301.65º | 0.75% | 0.57% | - |
| XYZ | 17.47 | 9.42 | 26.88 | - |
| YUV | 81.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 143 | 0 | 0.75 | 0.02 | 0.43 | 301.65 | 0.6 | 0.36 |
| Hex | 92 | 25 | 8F | 0 | 4B | 2 | 2B | 12E | 3C | 24 |
| Octal | 222 | 45 | 217 | 0 | 113 | 2 | 53 | 456 | 74 | 44 |
| Binary | 10010010 | 100101 | 10001111 | 0 | 1001011 | 10 | 101011 | 100101110 | 111100 | 100100 |
Color Harmonies of #92258F
Complementary color
Monochromatic Colors of #92258F
Black with #92258F
Text Example
Text Example
White with #92258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92258F; }
p { color: rgb(146,37,143); }
H1.HeaderClassName
{
color: #92258F;
}
.AnyTagClassName
{
color: #92258F;
}
</style>
background-color css
<style>
a { background-color: #92258F; }
a { background-color: rgb(146,37,143); }
div.DivClassName
{
background-color: #92258F;
}
.BgClassName
{
background-color: #92258F;
}
</style>
border-color css
<style>
span { border-color: #92258F; }
span { border-color: rgb(146,37,143); }
td.TdClassName
{
border-color: #92258F;
}
.TagClassName
{
border-color: #92258F;
}
</style>