Shades of Vivid Violet #8F3497
Tints of Vivid Violet #8F3497
RGB
CMYK
RGB Variations
Color information
#8F3497 (or 0x8F3497) is known color: Vivid Violet. HEX triplet: 8F, 34 and 97. RGB value is (143,52,151). Sum of RGB (Red+Green+Blue) = 143+52+151=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F3497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3497 is #70CB68. Grayscale: #5A5A5A. Windows color (decimal): -7392105 or 9909391. OLE color: 9909391.
HSL color Cylindrical-coordinate representation of color #8F3497: hue angle of 295.15º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3497 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 52 | 151 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.41 |
| HSL | 295.15º | 0.49% | 0.4% | - |
| HSV(B) | 295.15º | 0.66% | 0.59% | - |
| XYZ | 18.14 | 10.53 | 30.35 | - |
| YUV | 90.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 151 | 0.05 | 0.66 | 0 | 0.41 | 295.15 | 0.49 | 0.4 |
| Hex | 8F | 34 | 97 | 5 | 42 | 0 | 29 | 127 | 31 | 28 |
| Octal | 217 | 64 | 227 | 5 | 102 | 0 | 51 | 447 | 61 | 50 |
| Binary | 10001111 | 110100 | 10010111 | 101 | 1000010 | 0 | 101001 | 100100111 | 110001 | 101000 |
Color Harmonies of #8F3497
Complementary color
Monochromatic Colors of #8F3497
Black with #8F3497
Text Example
Text Example
White with #8F3497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3497; }
p { color: rgb(143,52,151); }
H1.HeaderClassName
{
color: #8F3497;
}
.AnyTagClassName
{
color: #8F3497;
}
</style>
background-color css
<style>
a { background-color: #8F3497; }
a { background-color: rgb(143,52,151); }
div.DivClassName
{
background-color: #8F3497;
}
.BgClassName
{
background-color: #8F3497;
}
</style>
border-color css
<style>
span { border-color: #8F3497; }
span { border-color: rgb(143,52,151); }
td.TdClassName
{
border-color: #8F3497;
}
.TagClassName
{
border-color: #8F3497;
}
</style>