Shades of Vivid Violet #892496
Tints of Vivid Violet #892496
RGB
CMYK
RGB Variations
Color information
#892496 (or 0x892496) is known color: Vivid Violet. HEX triplet: 89, 24 and 96. RGB value is (137,36,150). Sum of RGB (Red+Green+Blue) = 137+36+150=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #892496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892496 is #76DB69. Grayscale: #4E4E4E. Windows color (decimal): -7789418 or 9839753. OLE color: 9839753.
HSL color Cylindrical-coordinate representation of color #892496: hue angle of 293.16º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892496 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 36 | 150 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.41 |
| HSL | 293.16º | 0.61% | 0.36% | - |
| HSV(B) | 293.16º | 0.76% | 0.59% | - |
| XYZ | 16.45 | 8.78 | 29.68 | - |
| YUV | 79.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 150 | 0.09 | 0.76 | 0 | 0.41 | 293.16 | 0.61 | 0.36 |
| Hex | 89 | 24 | 96 | 9 | 4C | 0 | 29 | 125 | 3D | 24 |
| Octal | 211 | 44 | 226 | 11 | 114 | 0 | 51 | 445 | 75 | 44 |
| Binary | 10001001 | 100100 | 10010110 | 1001 | 1001100 | 0 | 101001 | 100100101 | 111101 | 100100 |
Color Harmonies of #892496
Complementary color
Monochromatic Colors of #892496
Black with #892496
Text Example
Text Example
White with #892496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892496; }
p { color: rgb(137,36,150); }
H1.HeaderClassName
{
color: #892496;
}
.AnyTagClassName
{
color: #892496;
}
</style>
background-color css
<style>
a { background-color: #892496; }
a { background-color: rgb(137,36,150); }
div.DivClassName
{
background-color: #892496;
}
.BgClassName
{
background-color: #892496;
}
</style>
border-color css
<style>
span { border-color: #892496; }
span { border-color: rgb(137,36,150); }
td.TdClassName
{
border-color: #892496;
}
.TagClassName
{
border-color: #892496;
}
</style>