Shades of Dark Purple #921B8C
Tints of Dark Purple #921B8C
RGB
CMYK
RGB Variations
Color information
#921B8C (or 0x921B8C) is known color: Dark Purple. HEX triplet: 92, 1B and 8C. RGB value is (146,27,140). Sum of RGB (Red+Green+Blue) = 146+27+140=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #921B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921B8C is #6DE473. Grayscale: #4B4B4B. Windows color (decimal): -7201908 or 9182098. OLE color: 9182098.
HSL color Cylindrical-coordinate representation of color #921B8C: hue angle of 303.03º 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 #921B8C is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 27 | 140 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.43 |
| HSL | 303.03º | 0.69% | 0.34% | - |
| HSV(B) | 303.03º | 0.82% | 0.57% | - |
| XYZ | 16.98 | 8.79 | 25.61 | - |
| YUV | 75.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 27 | 140 | 0 | 0.82 | 0.04 | 0.43 | 303.03 | 0.69 | 0.34 |
| Hex | 92 | 1B | 8C | 0 | 52 | 4 | 2B | 12F | 45 | 22 |
| Octal | 222 | 33 | 214 | 0 | 122 | 4 | 53 | 457 | 105 | 42 |
| Binary | 10010010 | 11011 | 10001100 | 0 | 1010010 | 100 | 101011 | 100101111 | 1000101 | 100010 |
Color Harmonies of #921B8C
Complementary color
Monochromatic Colors of #921B8C
Black with #921B8C
Text Example
Text Example
White with #921B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921B8C; }
p { color: rgb(146,27,140); }
H1.HeaderClassName
{
color: #921B8C;
}
.AnyTagClassName
{
color: #921B8C;
}
</style>
background-color css
<style>
a { background-color: #921B8C; }
a { background-color: rgb(146,27,140); }
div.DivClassName
{
background-color: #921B8C;
}
.BgClassName
{
background-color: #921B8C;
}
</style>
border-color css
<style>
span { border-color: #921B8C; }
span { border-color: rgb(146,27,140); }
td.TdClassName
{
border-color: #921B8C;
}
.TagClassName
{
border-color: #921B8C;
}
</style>