Shades of Dark Purple #92287B
Tints of Dark Purple #92287B
RGB
CMYK
RGB Variations
Color information
#92287B (or 0x92287B) is known color: Dark Purple. HEX triplet: 92, 28 and 7B. RGB value is (146,40,123). Sum of RGB (Red+Green+Blue) = 146+40+123=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92287B is #6DD784. Grayscale: #505050. Windows color (decimal): -7198597 or 8071314. OLE color: 8071314.
HSL color Cylindrical-coordinate representation of color #92287B: hue angle of 313.02º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92287B is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 40 | 123 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.43 |
| HSL | 313.02º | 0.57% | 0.36% | - |
| HSV(B) | 313.02º | 0.73% | 0.57% | - |
| XYZ | 16.19 | 9.06 | 19.63 | - |
| YUV | 81.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 40 | 123 | 0 | 0.73 | 0.16 | 0.43 | 313.02 | 0.57 | 0.36 |
| Hex | 92 | 28 | 7B | 0 | 49 | 10 | 2B | 139 | 39 | 24 |
| Octal | 222 | 50 | 173 | 0 | 111 | 20 | 53 | 471 | 71 | 44 |
| Binary | 10010010 | 101000 | 1111011 | 0 | 1001001 | 10000 | 101011 | 100111001 | 111001 | 100100 |
Color Harmonies of #92287B
Complementary color
Monochromatic Colors of #92287B
Black with #92287B
Text Example
Text Example
White with #92287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92287B; }
p { color: rgb(146,40,123); }
H1.HeaderClassName
{
color: #92287B;
}
.AnyTagClassName
{
color: #92287B;
}
</style>
background-color css
<style>
a { background-color: #92287B; }
a { background-color: rgb(146,40,123); }
div.DivClassName
{
background-color: #92287B;
}
.BgClassName
{
background-color: #92287B;
}
</style>
border-color css
<style>
span { border-color: #92287B; }
span { border-color: rgb(146,40,123); }
td.TdClassName
{
border-color: #92287B;
}
.TagClassName
{
border-color: #92287B;
}
</style>