Shades of Dark Purple #921D6C
Tints of Dark Purple #921D6C
RGB
CMYK
RGB Variations
Color information
#921D6C (or 0x921D6C) is known color: Dark Purple. HEX triplet: 92, 1D and 6C. RGB value is (146,29,108). Sum of RGB (Red+Green+Blue) = 146+29+108=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #921D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921D6C is #6DE293. Grayscale: #484848. Windows color (decimal): -7201428 or 7085458. OLE color: 7085458.
HSL color Cylindrical-coordinate representation of color #921D6C: hue angle of 319.49º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #921D6C is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 29 | 108 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.43 |
| HSL | 319.49º | 0.67% | 0.34% | - |
| HSV(B) | 319.49º | 0.8% | 0.57% | - |
| XYZ | 15 | 8.07 | 14.95 | - |
| YUV | 72.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 108 | 0 | 0.80 | 0.26 | 0.43 | 319.49 | 0.67 | 0.34 |
| Hex | 92 | 1D | 6C | 0 | 50 | 1A | 2B | 13F | 43 | 22 |
| Octal | 222 | 35 | 154 | 0 | 120 | 32 | 53 | 477 | 103 | 42 |
| Binary | 10010010 | 11101 | 1101100 | 0 | 1010000 | 11010 | 101011 | 100111111 | 1000011 | 100010 |
Color Harmonies of #921D6C
Complementary color
Monochromatic Colors of #921D6C
Black with #921D6C
Text Example
Text Example
White with #921D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921D6C; }
p { color: rgb(146,29,108); }
H1.HeaderClassName
{
color: #921D6C;
}
.AnyTagClassName
{
color: #921D6C;
}
</style>
background-color css
<style>
a { background-color: #921D6C; }
a { background-color: rgb(146,29,108); }
div.DivClassName
{
background-color: #921D6C;
}
.BgClassName
{
background-color: #921D6C;
}
</style>
border-color css
<style>
span { border-color: #921D6C; }
span { border-color: rgb(146,29,108); }
td.TdClassName
{
border-color: #921D6C;
}
.TagClassName
{
border-color: #921D6C;
}
</style>