Shades of Dark Purple #921A6C
Tints of Dark Purple #921A6C
RGB
CMYK
RGB Variations
Color information
#921A6C (or 0x921A6C) is known color: Dark Purple. HEX triplet: 92, 1A and 6C. RGB value is (146,26,108). Sum of RGB (Red+Green+Blue) = 146+26+108=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #921A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921A6C is #6DE593. Grayscale: #474747. Windows color (decimal): -7202196 or 7084690. OLE color: 7084690.
HSL color Cylindrical-coordinate representation of color #921A6C: hue angle of 319º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921A6C is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 26 | 108 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.43 |
| HSL | 319º | 0.7% | 0.34% | - |
| HSV(B) | 319º | 0.82% | 0.57% | - |
| XYZ | 14.93 | 7.93 | 14.93 | - |
| YUV | 71.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 108 | 0 | 0.82 | 0.26 | 0.43 | 319 | 0.7 | 0.34 |
| Hex | 92 | 1A | 6C | 0 | 52 | 1A | 2B | 13F | 46 | 22 |
| Octal | 222 | 32 | 154 | 0 | 122 | 32 | 53 | 477 | 106 | 42 |
| Binary | 10010010 | 11010 | 1101100 | 0 | 1010010 | 11010 | 101011 | 100111111 | 1000110 | 100010 |
Color Harmonies of #921A6C
Complementary color
Monochromatic Colors of #921A6C
Black with #921A6C
Text Example
Text Example
White with #921A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A6C; }
p { color: rgb(146,26,108); }
H1.HeaderClassName
{
color: #921A6C;
}
.AnyTagClassName
{
color: #921A6C;
}
</style>
background-color css
<style>
a { background-color: #921A6C; }
a { background-color: rgb(146,26,108); }
div.DivClassName
{
background-color: #921A6C;
}
.BgClassName
{
background-color: #921A6C;
}
</style>
border-color css
<style>
span { border-color: #921A6C; }
span { border-color: rgb(146,26,108); }
td.TdClassName
{
border-color: #921A6C;
}
.TagClassName
{
border-color: #921A6C;
}
</style>