Shades of Dark Purple #921675
Tints of Dark Purple #921675
RGB
CMYK
RGB Variations
Color information
#921675 (or 0x921675) is known color: Dark Purple. HEX triplet: 92, 16 and 75. RGB value is (146,22,117). Sum of RGB (Red+Green+Blue) = 146+22+117=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #921675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921675 is #6DE98A. Grayscale: #454545. Windows color (decimal): -7203211 or 7673490. OLE color: 7673490.
HSL color Cylindrical-coordinate representation of color #921675: hue angle of 314.03º 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 #921675 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 117 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.43 |
| HSL | 314.03º | 0.74% | 0.33% | - |
| HSV(B) | 314.03º | 0.85% | 0.57% | - |
| XYZ | 15.35 | 7.97 | 17.56 | - |
| YUV | 69.91 | 154.58 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 117 | 0 | 0.85 | 0.20 | 0.43 | 314.03 | 0.74 | 0.33 |
| Hex | 92 | 16 | 75 | 0 | 55 | 14 | 2B | 13A | 4A | 21 |
| Octal | 222 | 26 | 165 | 0 | 125 | 24 | 53 | 472 | 112 | 41 |
| Binary | 10010010 | 10110 | 1110101 | 0 | 1010101 | 10100 | 101011 | 100111010 | 1001010 | 100001 |
Color Harmonies of #921675
Complementary color
Monochromatic Colors of #921675
Black with #921675
Text Example
Text Example
White with #921675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921675; }
p { color: rgb(146,22,117); }
H1.HeaderClassName
{
color: #921675;
}
.AnyTagClassName
{
color: #921675;
}
</style>
background-color css
<style>
a { background-color: #921675; }
a { background-color: rgb(146,22,117); }
div.DivClassName
{
background-color: #921675;
}
.BgClassName
{
background-color: #921675;
}
</style>
border-color css
<style>
span { border-color: #921675; }
span { border-color: rgb(146,22,117); }
td.TdClassName
{
border-color: #921675;
}
.TagClassName
{
border-color: #921675;
}
</style>