Shades of Dark Purple #921D8A
Tints of Dark Purple #921D8A
RGB
CMYK
RGB Variations
Color information
#921D8A (or 0x921D8A) is known color: Dark Purple. HEX triplet: 92, 1D and 8A. RGB value is (146,29,138). Sum of RGB (Red+Green+Blue) = 146+29+138=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #921D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921D8A is #6DE275. Grayscale: #4C4C4C. Windows color (decimal): -7201398 or 9051538. OLE color: 9051538.
HSL color Cylindrical-coordinate representation of color #921D8A: hue angle of 304.1º 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 #921D8A is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 29 | 138 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.43 |
| HSL | 304.1º | 0.67% | 0.34% | - |
| HSV(B) | 304.1º | 0.8% | 0.57% | - |
| XYZ | 16.88 | 8.82 | 24.86 | - |
| YUV | 76.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 138 | 0 | 0.80 | 0.05 | 0.43 | 304.1 | 0.67 | 0.34 |
| Hex | 92 | 1D | 8A | 0 | 50 | 5 | 2B | 130 | 43 | 22 |
| Octal | 222 | 35 | 212 | 0 | 120 | 5 | 53 | 460 | 103 | 42 |
| Binary | 10010010 | 11101 | 10001010 | 0 | 1010000 | 101 | 101011 | 100110000 | 1000011 | 100010 |
Color Harmonies of #921D8A
Complementary color
Monochromatic Colors of #921D8A
Black with #921D8A
Text Example
Text Example
White with #921D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921D8A; }
p { color: rgb(146,29,138); }
H1.HeaderClassName
{
color: #921D8A;
}
.AnyTagClassName
{
color: #921D8A;
}
</style>
background-color css
<style>
a { background-color: #921D8A; }
a { background-color: rgb(146,29,138); }
div.DivClassName
{
background-color: #921D8A;
}
.BgClassName
{
background-color: #921D8A;
}
</style>
border-color css
<style>
span { border-color: #921D8A; }
span { border-color: rgb(146,29,138); }
td.TdClassName
{
border-color: #921D8A;
}
.TagClassName
{
border-color: #921D8A;
}
</style>