Shades of Vivid Violet #97389C
Tints of Vivid Violet #97389C
RGB
CMYK
RGB Variations
Color information
#97389C (or 0x97389C) is known color: Vivid Violet. HEX triplet: 97, 38 and 9C. RGB value is (151,56,156). Sum of RGB (Red+Green+Blue) = 151+56+156=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #97389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97389C is #68C763. Grayscale: #5F5F5F. Windows color (decimal): -6866788 or 10238103. OLE color: 10238103.
HSL color Cylindrical-coordinate representation of color #97389C: hue angle of 297º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97389C is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 56 | 156 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.39 |
| HSL | 297º | 0.47% | 0.42% | - |
| HSV(B) | 297º | 0.64% | 0.61% | - |
| XYZ | 20.18 | 11.81 | 32.67 | - |
| YUV | 95.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 56 | 156 | 0.03 | 0.64 | 0 | 0.39 | 297 | 0.47 | 0.42 |
| Hex | 97 | 38 | 9C | 3 | 40 | 0 | 27 | 129 | 2F | 2A |
| Octal | 227 | 70 | 234 | 3 | 100 | 0 | 47 | 451 | 57 | 52 |
| Binary | 10010111 | 111000 | 10011100 | 11 | 1000000 | 0 | 100111 | 100101001 | 101111 | 101010 |
Color Harmonies of #97389C
Complementary color
Monochromatic Colors of #97389C
Black with #97389C
Text Example
Text Example
White with #97389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97389C; }
p { color: rgb(151,56,156); }
H1.HeaderClassName
{
color: #97389C;
}
.AnyTagClassName
{
color: #97389C;
}
</style>
background-color css
<style>
a { background-color: #97389C; }
a { background-color: rgb(151,56,156); }
div.DivClassName
{
background-color: #97389C;
}
.BgClassName
{
background-color: #97389C;
}
</style>
border-color css
<style>
span { border-color: #97389C; }
span { border-color: rgb(151,56,156); }
td.TdClassName
{
border-color: #97389C;
}
.TagClassName
{
border-color: #97389C;
}
</style>