Shades of Dark Purple #921486
Tints of Dark Purple #921486
RGB
CMYK
RGB Variations
Color information
#921486 (or 0x921486) is known color: Dark Purple. HEX triplet: 92, 14 and 86. RGB value is (146,20,134). Sum of RGB (Red+Green+Blue) = 146+20+134=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #921486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921486 is #6DEB79. Grayscale: #464646. Windows color (decimal): -7203706 or 8787090. OLE color: 8787090.
HSL color Cylindrical-coordinate representation of color #921486: hue angle of 305.71º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921486 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 134 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.43 |
| HSL | 305.71º | 0.76% | 0.33% | - |
| HSV(B) | 305.71º | 0.86% | 0.57% | - |
| XYZ | 16.41 | 8.33 | 23.3 | - |
| YUV | 70.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 134 | 0 | 0.86 | 0.08 | 0.43 | 305.71 | 0.76 | 0.33 |
| Hex | 92 | 14 | 86 | 0 | 56 | 8 | 2B | 132 | 4C | 21 |
| Octal | 222 | 24 | 206 | 0 | 126 | 10 | 53 | 462 | 114 | 41 |
| Binary | 10010010 | 10100 | 10000110 | 0 | 1010110 | 1000 | 101011 | 100110010 | 1001100 | 100001 |
Color Harmonies of #921486
Complementary color
Monochromatic Colors of #921486
Black with #921486
Text Example
Text Example
White with #921486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921486; }
p { color: rgb(146,20,134); }
H1.HeaderClassName
{
color: #921486;
}
.AnyTagClassName
{
color: #921486;
}
</style>
background-color css
<style>
a { background-color: #921486; }
a { background-color: rgb(146,20,134); }
div.DivClassName
{
background-color: #921486;
}
.BgClassName
{
background-color: #921486;
}
</style>
border-color css
<style>
span { border-color: #921486; }
span { border-color: rgb(146,20,134); }
td.TdClassName
{
border-color: #921486;
}
.TagClassName
{
border-color: #921486;
}
</style>