Shades of Vivid Violet #97289A
Tints of Vivid Violet #97289A
RGB
CMYK
RGB Variations
Color information
#97289A (or 0x97289A) is known color: Vivid Violet. HEX triplet: 97, 28 and 9A. RGB value is (151,40,154). Sum of RGB (Red+Green+Blue) = 151+40+154=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #97289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97289A is #68D765. Grayscale: #555555. Windows color (decimal): -6870886 or 10102935. OLE color: 10102935.
HSL color Cylindrical-coordinate representation of color #97289A: hue angle of 298.42º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97289A is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 40 | 154 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.40 |
| HSL | 298.42º | 0.59% | 0.38% | - |
| HSV(B) | 298.42º | 0.74% | 0.6% | - |
| XYZ | 19.35 | 10.43 | 31.56 | - |
| YUV | 86.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 154 | 0.02 | 0.74 | 0 | 0.40 | 298.42 | 0.59 | 0.38 |
| Hex | 97 | 28 | 9A | 2 | 4A | 0 | 28 | 12A | 3B | 26 |
| Octal | 227 | 50 | 232 | 2 | 112 | 0 | 50 | 452 | 73 | 46 |
| Binary | 10010111 | 101000 | 10011010 | 10 | 1001010 | 0 | 101000 | 100101010 | 111011 | 100110 |
Color Harmonies of #97289A
Complementary color
Monochromatic Colors of #97289A
Black with #97289A
Text Example
Text Example
White with #97289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97289A; }
p { color: rgb(151,40,154); }
H1.HeaderClassName
{
color: #97289A;
}
.AnyTagClassName
{
color: #97289A;
}
</style>
background-color css
<style>
a { background-color: #97289A; }
a { background-color: rgb(151,40,154); }
div.DivClassName
{
background-color: #97289A;
}
.BgClassName
{
background-color: #97289A;
}
</style>
border-color css
<style>
span { border-color: #97289A; }
span { border-color: rgb(151,40,154); }
td.TdClassName
{
border-color: #97289A;
}
.TagClassName
{
border-color: #97289A;
}
</style>