Shades of Dark Purple #921377
Tints of Dark Purple #921377
RGB
CMYK
RGB Variations
Color information
#921377 (or 0x921377) is known color: Dark Purple. HEX triplet: 92, 13 and 77. RGB value is (146,19,119). Sum of RGB (Red+Green+Blue) = 146+19+119=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #921377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921377 is #6DEC88. Grayscale: #444444. Windows color (decimal): -7203977 or 7803794. OLE color: 7803794.
HSL color Cylindrical-coordinate representation of color #921377: hue angle of 312.76º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921377 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 119 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.43 |
| HSL | 312.76º | 0.77% | 0.32% | - |
| HSV(B) | 312.76º | 0.87% | 0.57% | - |
| XYZ | 15.42 | 7.91 | 18.17 | - |
| YUV | 68.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 119 | 0 | 0.87 | 0.18 | 0.43 | 312.76 | 0.77 | 0.32 |
| Hex | 92 | 13 | 77 | 0 | 57 | 12 | 2B | 139 | 4D | 20 |
| Octal | 222 | 23 | 167 | 0 | 127 | 22 | 53 | 471 | 115 | 40 |
| Binary | 10010010 | 10011 | 1110111 | 0 | 1010111 | 10010 | 101011 | 100111001 | 1001101 | 100000 |
Color Harmonies of #921377
Complementary color
Monochromatic Colors of #921377
Black with #921377
Text Example
Text Example
White with #921377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921377; }
p { color: rgb(146,19,119); }
H1.HeaderClassName
{
color: #921377;
}
.AnyTagClassName
{
color: #921377;
}
</style>
background-color css
<style>
a { background-color: #921377; }
a { background-color: rgb(146,19,119); }
div.DivClassName
{
background-color: #921377;
}
.BgClassName
{
background-color: #921377;
}
</style>
border-color css
<style>
span { border-color: #921377; }
span { border-color: rgb(146,19,119); }
td.TdClassName
{
border-color: #921377;
}
.TagClassName
{
border-color: #921377;
}
</style>