Shades of Vivid Violet #97409D
Tints of Vivid Violet #97409D
RGB
CMYK
RGB Variations
Color information
#97409D (or 0x97409D) is known color: Vivid Violet. HEX triplet: 97, 40 and 9D. RGB value is (151,64,157). Sum of RGB (Red+Green+Blue) = 151+64+157=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #97409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97409D is #68BF62. Grayscale: #646464. Windows color (decimal): -6864739 or 10305687. OLE color: 10305687.
HSL color Cylindrical-coordinate representation of color #97409D: hue angle of 296.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97409D is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 64 | 157 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.38 |
| HSL | 296.13º | 0.42% | 0.43% | - |
| HSV(B) | 296.13º | 0.59% | 0.62% | - |
| XYZ | 20.68 | 12.68 | 33.26 | - |
| YUV | 100.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 64 | 157 | 0.04 | 0.59 | 0 | 0.38 | 296.13 | 0.42 | 0.43 |
| Hex | 97 | 40 | 9D | 4 | 3B | 0 | 26 | 128 | 2A | 2B |
| Octal | 227 | 100 | 235 | 4 | 73 | 0 | 46 | 450 | 52 | 53 |
| Binary | 10010111 | 1000000 | 10011101 | 100 | 111011 | 0 | 100110 | 100101000 | 101010 | 101011 |
Color Harmonies of #97409D
Complementary color
Monochromatic Colors of #97409D
Black with #97409D
Text Example
Text Example
White with #97409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97409D; }
p { color: rgb(151,64,157); }
H1.HeaderClassName
{
color: #97409D;
}
.AnyTagClassName
{
color: #97409D;
}
</style>
background-color css
<style>
a { background-color: #97409D; }
a { background-color: rgb(151,64,157); }
div.DivClassName
{
background-color: #97409D;
}
.BgClassName
{
background-color: #97409D;
}
</style>
border-color css
<style>
span { border-color: #97409D; }
span { border-color: rgb(151,64,157); }
td.TdClassName
{
border-color: #97409D;
}
.TagClassName
{
border-color: #97409D;
}
</style>