Shades of Vivid Violet #8F379E
Tints of Vivid Violet #8F379E
RGB
CMYK
RGB Variations
Color information
#8F379E (or 0x8F379E) is known color: Vivid Violet. HEX triplet: 8F, 37 and 9E. RGB value is (143,55,158). Sum of RGB (Red+Green+Blue) = 143+55+158=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F379E is #70C861. Grayscale: #5C5C5C. Windows color (decimal): -7391330 or 10368911. OLE color: 10368911.
HSL color Cylindrical-coordinate representation of color #8F379E: hue angle of 291.26º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F379E is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 55 | 158 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.38 |
| HSL | 291.26º | 0.48% | 0.42% | - |
| HSV(B) | 291.26º | 0.65% | 0.62% | - |
| XYZ | 18.87 | 11.04 | 33.48 | - |
| YUV | 93.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 158 | 0.09 | 0.65 | 0 | 0.38 | 291.26 | 0.48 | 0.42 |
| Hex | 8F | 37 | 9E | 9 | 41 | 0 | 26 | 123 | 30 | 2A |
| Octal | 217 | 67 | 236 | 11 | 101 | 0 | 46 | 443 | 60 | 52 |
| Binary | 10001111 | 110111 | 10011110 | 1001 | 1000001 | 0 | 100110 | 100100011 | 110000 | 101010 |
Color Harmonies of #8F379E
Complementary color
Monochromatic Colors of #8F379E
Black with #8F379E
Text Example
Text Example
White with #8F379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F379E; }
p { color: rgb(143,55,158); }
H1.HeaderClassName
{
color: #8F379E;
}
.AnyTagClassName
{
color: #8F379E;
}
</style>
background-color css
<style>
a { background-color: #8F379E; }
a { background-color: rgb(143,55,158); }
div.DivClassName
{
background-color: #8F379E;
}
.BgClassName
{
background-color: #8F379E;
}
</style>
border-color css
<style>
span { border-color: #8F379E; }
span { border-color: rgb(143,55,158); }
td.TdClassName
{
border-color: #8F379E;
}
.TagClassName
{
border-color: #8F379E;
}
</style>