Shades of Dark Purple #92307B
Tints of Dark Purple #92307B
RGB
CMYK
RGB Variations
Color information
#92307B (or 0x92307B) is known color: Dark Purple. HEX triplet: 92, 30 and 7B. RGB value is (146,48,123). Sum of RGB (Red+Green+Blue) = 146+48+123=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #92307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92307B is #6DCF84. Grayscale: #555555. Windows color (decimal): -7196549 or 8073362. OLE color: 8073362.
HSL color Cylindrical-coordinate representation of color #92307B: hue angle of 314.08º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92307B is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 48 | 123 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.43 |
| HSL | 314.08º | 0.51% | 0.38% | - |
| HSV(B) | 314.08º | 0.67% | 0.57% | - |
| XYZ | 16.49 | 9.65 | 19.73 | - |
| YUV | 85.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 48 | 123 | 0 | 0.67 | 0.16 | 0.43 | 314.08 | 0.51 | 0.38 |
| Hex | 92 | 30 | 7B | 0 | 43 | 10 | 2B | 13A | 33 | 26 |
| Octal | 222 | 60 | 173 | 0 | 103 | 20 | 53 | 472 | 63 | 46 |
| Binary | 10010010 | 110000 | 1111011 | 0 | 1000011 | 10000 | 101011 | 100111010 | 110011 | 100110 |
Color Harmonies of #92307B
Complementary color
Monochromatic Colors of #92307B
Black with #92307B
Text Example
Text Example
White with #92307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92307B; }
p { color: rgb(146,48,123); }
H1.HeaderClassName
{
color: #92307B;
}
.AnyTagClassName
{
color: #92307B;
}
</style>
background-color css
<style>
a { background-color: #92307B; }
a { background-color: rgb(146,48,123); }
div.DivClassName
{
background-color: #92307B;
}
.BgClassName
{
background-color: #92307B;
}
</style>
border-color css
<style>
span { border-color: #92307B; }
span { border-color: rgb(146,48,123); }
td.TdClassName
{
border-color: #92307B;
}
.TagClassName
{
border-color: #92307B;
}
</style>