Shades of Vivid Violet #921DAB
Tints of Vivid Violet #921DAB
RGB
CMYK
RGB Variations
Color information
#921DAB (or 0x921DAB) is known color: Vivid Violet. HEX triplet: 92, 1D and AB. RGB value is (146,29,171). Sum of RGB (Red+Green+Blue) = 146+29+171=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #921DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921DAB is #6DE254. Grayscale: #4F4F4F. Windows color (decimal): -7201365 or 11214226. OLE color: 11214226.
HSL color Cylindrical-coordinate representation of color #921DAB: hue angle of 289.44º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921DAB is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 29 | 171 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.33 |
| HSL | 289.44º | 0.71% | 0.39% | - |
| HSV(B) | 289.44º | 0.83% | 0.67% | - |
| XYZ | 19.64 | 9.93 | 39.41 | - |
| YUV | 80.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 171 | 0.15 | 0.83 | 0 | 0.33 | 289.44 | 0.71 | 0.39 |
| Hex | 92 | 1D | AB | F | 53 | 0 | 21 | 121 | 47 | 27 |
| Octal | 222 | 35 | 253 | 17 | 123 | 0 | 41 | 441 | 107 | 47 |
| Binary | 10010010 | 11101 | 10101011 | 1111 | 1010011 | 0 | 100001 | 100100001 | 1000111 | 100111 |
Color Harmonies of #921DAB
Complementary color
Monochromatic Colors of #921DAB
Black with #921DAB
Text Example
Text Example
White with #921DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921DAB; }
p { color: rgb(146,29,171); }
H1.HeaderClassName
{
color: #921DAB;
}
.AnyTagClassName
{
color: #921DAB;
}
</style>
background-color css
<style>
a { background-color: #921DAB; }
a { background-color: rgb(146,29,171); }
div.DivClassName
{
background-color: #921DAB;
}
.BgClassName
{
background-color: #921DAB;
}
</style>
border-color css
<style>
span { border-color: #921DAB; }
span { border-color: rgb(146,29,171); }
td.TdClassName
{
border-color: #921DAB;
}
.TagClassName
{
border-color: #921DAB;
}
</style>