Shades of Dark Purple #921C8B
Tints of Dark Purple #921C8B
RGB
CMYK
RGB Variations
Color information
#921C8B (or 0x921C8B) is known color: Dark Purple. HEX triplet: 92, 1C and 8B. RGB value is (146,28,139). Sum of RGB (Red+Green+Blue) = 146+28+139=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #921C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921C8B is #6DE374. Grayscale: #4B4B4B. Windows color (decimal): -7201653 or 9116818. OLE color: 9116818.
HSL color Cylindrical-coordinate representation of color #921C8B: hue angle of 303.56º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #921C8B is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 28 | 139 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.43 |
| HSL | 303.56º | 0.68% | 0.34% | - |
| HSV(B) | 303.56º | 0.81% | 0.57% | - |
| XYZ | 16.93 | 8.81 | 25.23 | - |
| YUV | 75.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 139 | 0 | 0.81 | 0.05 | 0.43 | 303.56 | 0.68 | 0.34 |
| Hex | 92 | 1C | 8B | 0 | 51 | 5 | 2B | 130 | 44 | 22 |
| Octal | 222 | 34 | 213 | 0 | 121 | 5 | 53 | 460 | 104 | 42 |
| Binary | 10010010 | 11100 | 10001011 | 0 | 1010001 | 101 | 101011 | 100110000 | 1000100 | 100010 |
Color Harmonies of #921C8B
Complementary color
Monochromatic Colors of #921C8B
Black with #921C8B
Text Example
Text Example
White with #921C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921C8B; }
p { color: rgb(146,28,139); }
H1.HeaderClassName
{
color: #921C8B;
}
.AnyTagClassName
{
color: #921C8B;
}
</style>
background-color css
<style>
a { background-color: #921C8B; }
a { background-color: rgb(146,28,139); }
div.DivClassName
{
background-color: #921C8B;
}
.BgClassName
{
background-color: #921C8B;
}
</style>
border-color css
<style>
span { border-color: #921C8B; }
span { border-color: rgb(146,28,139); }
td.TdClassName
{
border-color: #921C8B;
}
.TagClassName
{
border-color: #921C8B;
}
</style>