Shades of Vivid Violet #892595
Tints of Vivid Violet #892595
RGB
CMYK
RGB Variations
Color information
#892595 (or 0x892595) is known color: Vivid Violet. HEX triplet: 89, 25 and 95. RGB value is (137,37,149). Sum of RGB (Red+Green+Blue) = 137+37+149=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #892595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892595 is #76DA6A. Grayscale: #4F4F4F. Windows color (decimal): -7789163 or 9774473. OLE color: 9774473.
HSL color Cylindrical-coordinate representation of color #892595: hue angle of 293.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892595 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 37 | 149 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.42 |
| HSL | 293.57º | 0.6% | 0.36% | - |
| HSV(B) | 293.57º | 0.75% | 0.58% | - |
| XYZ | 16.4 | 8.81 | 29.27 | - |
| YUV | 79.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 149 | 0.08 | 0.75 | 0 | 0.42 | 293.57 | 0.6 | 0.36 |
| Hex | 89 | 25 | 95 | 8 | 4B | 0 | 2A | 126 | 3C | 24 |
| Octal | 211 | 45 | 225 | 10 | 113 | 0 | 52 | 446 | 74 | 44 |
| Binary | 10001001 | 100101 | 10010101 | 1000 | 1001011 | 0 | 101010 | 100100110 | 111100 | 100100 |
Color Harmonies of #892595
Complementary color
Monochromatic Colors of #892595
Black with #892595
Text Example
Text Example
White with #892595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892595; }
p { color: rgb(137,37,149); }
H1.HeaderClassName
{
color: #892595;
}
.AnyTagClassName
{
color: #892595;
}
</style>
background-color css
<style>
a { background-color: #892595; }
a { background-color: rgb(137,37,149); }
div.DivClassName
{
background-color: #892595;
}
.BgClassName
{
background-color: #892595;
}
</style>
border-color css
<style>
span { border-color: #892595; }
span { border-color: rgb(137,37,149); }
td.TdClassName
{
border-color: #892595;
}
.TagClassName
{
border-color: #892595;
}
</style>