Shades of Dark Purple #920D7B
Tints of Dark Purple #920D7B
RGB
CMYK
RGB Variations
Color information
#920D7B (or 0x920D7B) is known color: Dark Purple. HEX triplet: 92, 0D and 7B. RGB value is (146,13,123). Sum of RGB (Red+Green+Blue) = 146+13+123=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #920D7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920D7B is #6DF284. Grayscale: #414141. Windows color (decimal): -7205509 or 8064402. OLE color: 8064402.
HSL color Cylindrical-coordinate representation of color #920D7B: hue angle of 310.38º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D7B is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 123 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.43 |
| HSL | 310.38º | 0.84% | 0.31% | - |
| HSV(B) | 310.38º | 0.91% | 0.57% | - |
| XYZ | 15.57 | 7.83 | 19.43 | - |
| YUV | 65.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 123 | 0 | 0.91 | 0.16 | 0.43 | 310.38 | 0.84 | 0.31 |
| Hex | 92 | D | 7B | 0 | 5B | 10 | 2B | 136 | 54 | 1F |
| Octal | 222 | 15 | 173 | 0 | 133 | 20 | 53 | 466 | 124 | 37 |
| Binary | 10010010 | 1101 | 1111011 | 0 | 1011011 | 10000 | 101011 | 100110110 | 1010100 | 11111 |
Color Harmonies of #920D7B
Complementary color
Monochromatic Colors of #920D7B
Black with #920D7B
Text Example
Text Example
White with #920D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D7B; }
p { color: rgb(146,13,123); }
H1.HeaderClassName
{
color: #920D7B;
}
.AnyTagClassName
{
color: #920D7B;
}
</style>
background-color css
<style>
a { background-color: #920D7B; }
a { background-color: rgb(146,13,123); }
div.DivClassName
{
background-color: #920D7B;
}
.BgClassName
{
background-color: #920D7B;
}
</style>
border-color css
<style>
span { border-color: #920D7B; }
span { border-color: rgb(146,13,123); }
td.TdClassName
{
border-color: #920D7B;
}
.TagClassName
{
border-color: #920D7B;
}
</style>