Shades of Dark Purple #922168
Tints of Dark Purple #922168
RGB
CMYK
RGB Variations
Color information
#922168 (or 0x922168) is known color: Dark Purple. HEX triplet: 92, 21 and 68. RGB value is (146,33,104). Sum of RGB (Red+Green+Blue) = 146+33+104=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #922168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922168 is #6DDE97. Grayscale: #4A4A4A. Windows color (decimal): -7200408 or 6824338. OLE color: 6824338.
HSL color Cylindrical-coordinate representation of color #922168: hue angle of 322.3º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #922168 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 33 | 104 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.43 |
| HSL | 322.3º | 0.63% | 0.35% | - |
| HSV(B) | 322.3º | 0.77% | 0.57% | - |
| XYZ | 14.9 | 8.2 | 13.89 | - |
| YUV | 74.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 33 | 104 | 0 | 0.77 | 0.29 | 0.43 | 322.3 | 0.63 | 0.35 |
| Hex | 92 | 21 | 68 | 0 | 4D | 1D | 2B | 142 | 3F | 23 |
| Octal | 222 | 41 | 150 | 0 | 115 | 35 | 53 | 502 | 77 | 43 |
| Binary | 10010010 | 100001 | 1101000 | 0 | 1001101 | 11101 | 101011 | 101000010 | 111111 | 100011 |
Color Harmonies of #922168
Complementary color
Monochromatic Colors of #922168
Black with #922168
Text Example
Text Example
White with #922168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922168; }
p { color: rgb(146,33,104); }
H1.HeaderClassName
{
color: #922168;
}
.AnyTagClassName
{
color: #922168;
}
</style>
background-color css
<style>
a { background-color: #922168; }
a { background-color: rgb(146,33,104); }
div.DivClassName
{
background-color: #922168;
}
.BgClassName
{
background-color: #922168;
}
</style>
border-color css
<style>
span { border-color: #922168; }
span { border-color: rgb(146,33,104); }
td.TdClassName
{
border-color: #922168;
}
.TagClassName
{
border-color: #922168;
}
</style>