Shades of Vivid Violet #97279A
Tints of Vivid Violet #97279A
RGB
CMYK
RGB Variations
Color information
#97279A (or 0x97279A) is known color: Vivid Violet. HEX triplet: 97, 27 and 9A. RGB value is (151,39,154). Sum of RGB (Red+Green+Blue) = 151+39+154=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #97279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97279A is #68D865. Grayscale: #555555. Windows color (decimal): -6871142 or 10102679. OLE color: 10102679.
HSL color Cylindrical-coordinate representation of color #97279A: hue angle of 298.43º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97279A is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 39 | 154 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.40 |
| HSL | 298.43º | 0.6% | 0.38% | - |
| HSV(B) | 298.43º | 0.75% | 0.6% | - |
| XYZ | 19.32 | 10.36 | 31.55 | - |
| YUV | 85.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 154 | 0.02 | 0.75 | 0 | 0.40 | 298.43 | 0.6 | 0.38 |
| Hex | 97 | 27 | 9A | 2 | 4B | 0 | 28 | 12A | 3C | 26 |
| Octal | 227 | 47 | 232 | 2 | 113 | 0 | 50 | 452 | 74 | 46 |
| Binary | 10010111 | 100111 | 10011010 | 10 | 1001011 | 0 | 101000 | 100101010 | 111100 | 100110 |
Color Harmonies of #97279A
Complementary color
Monochromatic Colors of #97279A
Black with #97279A
Text Example
Text Example
White with #97279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97279A; }
p { color: rgb(151,39,154); }
H1.HeaderClassName
{
color: #97279A;
}
.AnyTagClassName
{
color: #97279A;
}
</style>
background-color css
<style>
a { background-color: #97279A; }
a { background-color: rgb(151,39,154); }
div.DivClassName
{
background-color: #97279A;
}
.BgClassName
{
background-color: #97279A;
}
</style>
border-color css
<style>
span { border-color: #97279A; }
span { border-color: rgb(151,39,154); }
td.TdClassName
{
border-color: #97279A;
}
.TagClassName
{
border-color: #97279A;
}
</style>