Shades of Vivid Violet #92479A
Tints of Vivid Violet #92479A
RGB
CMYK
RGB Variations
Color information
#92479A (or 0x92479A) is known color: Vivid Violet. HEX triplet: 92, 47 and 9A. RGB value is (146,71,154). Sum of RGB (Red+Green+Blue) = 146+71+154=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #92479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #92479A is #6DB865. Grayscale: #666666. Windows color (decimal): -7190630 or 10110866. OLE color: 10110866.
HSL color Cylindrical-coordinate representation of color #92479A: hue angle of 294.22º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92479A is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 71 | 154 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.40 |
| HSL | 294.22º | 0.37% | 0.44% | - |
| HSV(B) | 294.22º | 0.54% | 0.6% | - |
| XYZ | 19.94 | 12.95 | 32.02 | - |
| YUV | 102.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 71 | 154 | 0.05 | 0.54 | 0 | 0.40 | 294.22 | 0.37 | 0.44 |
| Hex | 92 | 47 | 9A | 5 | 36 | 0 | 28 | 126 | 25 | 2C |
| Octal | 222 | 107 | 232 | 5 | 66 | 0 | 50 | 446 | 45 | 54 |
| Binary | 10010010 | 1000111 | 10011010 | 101 | 110110 | 0 | 101000 | 100100110 | 100101 | 101100 |
Color Harmonies of #92479A
Complementary color
Monochromatic Colors of #92479A
Black with #92479A
Text Example
Text Example
White with #92479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92479A; }
p { color: rgb(146,71,154); }
H1.HeaderClassName
{
color: #92479A;
}
.AnyTagClassName
{
color: #92479A;
}
</style>
background-color css
<style>
a { background-color: #92479A; }
a { background-color: rgb(146,71,154); }
div.DivClassName
{
background-color: #92479A;
}
.BgClassName
{
background-color: #92479A;
}
</style>
border-color css
<style>
span { border-color: #92479A; }
span { border-color: rgb(146,71,154); }
td.TdClassName
{
border-color: #92479A;
}
.TagClassName
{
border-color: #92479A;
}
</style>