Shades of Dark Purple #921B7F
Tints of Dark Purple #921B7F
RGB
CMYK
RGB Variations
Color information
#921B7F (or 0x921B7F) is known color: Dark Purple. HEX triplet: 92, 1B and 7F. RGB value is (146,27,127). Sum of RGB (Red+Green+Blue) = 146+27+127=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #921B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921B7F is #6DE480. Grayscale: #494949. Windows color (decimal): -7201921 or 8330130. OLE color: 8330130.
HSL color Cylindrical-coordinate representation of color #921B7F: hue angle of 309.58º degrees, saturation: 0.69, 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 #921B7F is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 27 | 127 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.43 |
| HSL | 309.58º | 0.69% | 0.34% | - |
| HSV(B) | 309.58º | 0.82% | 0.57% | - |
| XYZ | 16.08 | 8.43 | 20.86 | - |
| YUV | 73.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 127 | 0 | 0.82 | 0.13 | 0.43 | 309.58 | 0.69 | 0.34 |
| Hex | 92 | 1B | 7F | 0 | 52 | D | 2B | 136 | 45 | 22 |
| Octal | 222 | 33 | 177 | 0 | 122 | 15 | 53 | 466 | 105 | 42 |
| Binary | 10010010 | 11011 | 1111111 | 0 | 1010010 | 1101 | 101011 | 100110110 | 1000101 | 100010 |
Color Harmonies of #921B7F
Complementary color
Monochromatic Colors of #921B7F
Black with #921B7F
Text Example
Text Example
White with #921B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921B7F; }
p { color: rgb(146,27,127); }
H1.HeaderClassName
{
color: #921B7F;
}
.AnyTagClassName
{
color: #921B7F;
}
</style>
background-color css
<style>
a { background-color: #921B7F; }
a { background-color: rgb(146,27,127); }
div.DivClassName
{
background-color: #921B7F;
}
.BgClassName
{
background-color: #921B7F;
}
</style>
border-color css
<style>
span { border-color: #921B7F; }
span { border-color: rgb(146,27,127); }
td.TdClassName
{
border-color: #921B7F;
}
.TagClassName
{
border-color: #921B7F;
}
</style>