Shades of Vivid Violet #8F379C
Tints of Vivid Violet #8F379C
RGB
CMYK
RGB Variations
Color information
#8F379C (or 0x8F379C) is known color: Vivid Violet. HEX triplet: 8F, 37 and 9C. RGB value is (143,55,156). Sum of RGB (Red+Green+Blue) = 143+55+156=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F379C is #70C863. Grayscale: #5C5C5C. Windows color (decimal): -7391332 or 10237839. OLE color: 10237839.
HSL color Cylindrical-coordinate representation of color #8F379C: hue angle of 292.28º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F379C is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 55 | 156 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.39 |
| HSL | 292.28º | 0.48% | 0.41% | - |
| HSV(B) | 292.28º | 0.65% | 0.61% | - |
| XYZ | 18.69 | 10.97 | 32.59 | - |
| YUV | 92.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 156 | 0.08 | 0.65 | 0 | 0.39 | 292.28 | 0.48 | 0.41 |
| Hex | 8F | 37 | 9C | 8 | 41 | 0 | 27 | 124 | 30 | 29 |
| Octal | 217 | 67 | 234 | 10 | 101 | 0 | 47 | 444 | 60 | 51 |
| Binary | 10001111 | 110111 | 10011100 | 1000 | 1000001 | 0 | 100111 | 100100100 | 110000 | 101001 |
Color Harmonies of #8F379C
Complementary color
Monochromatic Colors of #8F379C
Black with #8F379C
Text Example
Text Example
White with #8F379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F379C; }
p { color: rgb(143,55,156); }
H1.HeaderClassName
{
color: #8F379C;
}
.AnyTagClassName
{
color: #8F379C;
}
</style>
background-color css
<style>
a { background-color: #8F379C; }
a { background-color: rgb(143,55,156); }
div.DivClassName
{
background-color: #8F379C;
}
.BgClassName
{
background-color: #8F379C;
}
</style>
border-color css
<style>
span { border-color: #8F379C; }
span { border-color: rgb(143,55,156); }
td.TdClassName
{
border-color: #8F379C;
}
.TagClassName
{
border-color: #8F379C;
}
</style>