Shades of Vivid Violet #89259C
Tints of Vivid Violet #89259C
RGB
CMYK
RGB Variations
Color information
#89259C (or 0x89259C) is known color: Vivid Violet. HEX triplet: 89, 25 and 9C. RGB value is (137,37,156). Sum of RGB (Red+Green+Blue) = 137+37+156=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #89259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89259C is #76DA63. Grayscale: #505050. Windows color (decimal): -7789156 or 10233225. OLE color: 10233225.
HSL color Cylindrical-coordinate representation of color #89259C: hue angle of 290.42º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89259C is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 37 | 156 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.39 |
| HSL | 290.42º | 0.62% | 0.38% | - |
| HSV(B) | 290.42º | 0.76% | 0.61% | - |
| XYZ | 16.98 | 9.04 | 32.3 | - |
| YUV | 80.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 156 | 0.12 | 0.76 | 0 | 0.39 | 290.42 | 0.62 | 0.38 |
| Hex | 89 | 25 | 9C | C | 4C | 0 | 27 | 122 | 3E | 26 |
| Octal | 211 | 45 | 234 | 14 | 114 | 0 | 47 | 442 | 76 | 46 |
| Binary | 10001001 | 100101 | 10011100 | 1100 | 1001100 | 0 | 100111 | 100100010 | 111110 | 100110 |
Color Harmonies of #89259C
Complementary color
Monochromatic Colors of #89259C
Black with #89259C
Text Example
Text Example
White with #89259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89259C; }
p { color: rgb(137,37,156); }
H1.HeaderClassName
{
color: #89259C;
}
.AnyTagClassName
{
color: #89259C;
}
</style>
background-color css
<style>
a { background-color: #89259C; }
a { background-color: rgb(137,37,156); }
div.DivClassName
{
background-color: #89259C;
}
.BgClassName
{
background-color: #89259C;
}
</style>
border-color css
<style>
span { border-color: #89259C; }
span { border-color: rgb(137,37,156); }
td.TdClassName
{
border-color: #89259C;
}
.TagClassName
{
border-color: #89259C;
}
</style>