Shades of Dark Purple #920B78
Tints of Dark Purple #920B78
RGB
CMYK
RGB Variations
Color information
#920B78 (or 0x920B78) is known color: Dark Purple. HEX triplet: 92, 0B and 78. RGB value is (146,11,120). Sum of RGB (Red+Green+Blue) = 146+11+120=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #920B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920B78 is #6DF487. Grayscale: #3F3F3F. Windows color (decimal): -7206024 or 7867282. OLE color: 7867282.
HSL color Cylindrical-coordinate representation of color #920B78: hue angle of 311.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B78 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 120 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.43 |
| HSL | 311.56º | 0.86% | 0.31% | - |
| HSV(B) | 311.56º | 0.92% | 0.57% | - |
| XYZ | 15.36 | 7.71 | 18.45 | - |
| YUV | 63.79 | 159.73 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 120 | 0 | 0.92 | 0.18 | 0.43 | 311.56 | 0.86 | 0.31 |
| Hex | 92 | B | 78 | 0 | 5C | 12 | 2B | 138 | 56 | 1F |
| Octal | 222 | 13 | 170 | 0 | 134 | 22 | 53 | 470 | 126 | 37 |
| Binary | 10010010 | 1011 | 1111000 | 0 | 1011100 | 10010 | 101011 | 100111000 | 1010110 | 11111 |
Color Harmonies of #920B78
Complementary color
Monochromatic Colors of #920B78
Black with #920B78
Text Example
Text Example
White with #920B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B78; }
p { color: rgb(146,11,120); }
H1.HeaderClassName
{
color: #920B78;
}
.AnyTagClassName
{
color: #920B78;
}
</style>
background-color css
<style>
a { background-color: #920B78; }
a { background-color: rgb(146,11,120); }
div.DivClassName
{
background-color: #920B78;
}
.BgClassName
{
background-color: #920B78;
}
</style>
border-color css
<style>
span { border-color: #920B78; }
span { border-color: rgb(146,11,120); }
td.TdClassName
{
border-color: #920B78;
}
.TagClassName
{
border-color: #920B78;
}
</style>