Shades of Dark Purple #921672
Tints of Dark Purple #921672
RGB
CMYK
RGB Variations
Color information
#921672 (or 0x921672) is known color: Dark Purple. HEX triplet: 92, 16 and 72. RGB value is (146,22,114). Sum of RGB (Red+Green+Blue) = 146+22+114=282 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.77% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 146 - color contains mainly: red. Hex color #921672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921672 is #6DE98D. Grayscale: #454545. Windows color (decimal): -7203214 or 7476882. OLE color: 7476882.
HSL color Cylindrical-coordinate representation of color #921672: hue angle of 315.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921672 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 114 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.43 |
| HSL | 315.48º | 0.74% | 0.33% | - |
| HSV(B) | 315.48º | 0.85% | 0.57% | - |
| XYZ | 15.18 | 7.9 | 16.64 | - |
| YUV | 69.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 114 | 0 | 0.85 | 0.22 | 0.43 | 315.48 | 0.74 | 0.33 |
| Hex | 92 | 16 | 72 | 0 | 55 | 16 | 2B | 13B | 4A | 21 |
| Octal | 222 | 26 | 162 | 0 | 125 | 26 | 53 | 473 | 112 | 41 |
| Binary | 10010010 | 10110 | 1110010 | 0 | 1010101 | 10110 | 101011 | 100111011 | 1001010 | 100001 |
Color Harmonies of #921672
Complementary color
Monochromatic Colors of #921672
Black with #921672
Text Example
Text Example
White with #921672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921672; }
p { color: rgb(146,22,114); }
H1.HeaderClassName
{
color: #921672;
}
.AnyTagClassName
{
color: #921672;
}
</style>
background-color css
<style>
a { background-color: #921672; }
a { background-color: rgb(146,22,114); }
div.DivClassName
{
background-color: #921672;
}
.BgClassName
{
background-color: #921672;
}
</style>
border-color css
<style>
span { border-color: #921672; }
span { border-color: rgb(146,22,114); }
td.TdClassName
{
border-color: #921672;
}
.TagClassName
{
border-color: #921672;
}
</style>