Shades of Vivid Violet #8F379D
Tints of Vivid Violet #8F379D
RGB
CMYK
RGB Variations
Color information
#8F379D (or 0x8F379D) is known color: Vivid Violet. HEX triplet: 8F, 37 and 9D. RGB value is (143,55,157). Sum of RGB (Red+Green+Blue) = 143+55+157=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F379D is #70C862. Grayscale: #5C5C5C. Windows color (decimal): -7391331 or 10303375. OLE color: 10303375.
HSL color Cylindrical-coordinate representation of color #8F379D: hue angle of 291.76º 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 #8F379D is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 55 | 157 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.38 |
| HSL | 291.76º | 0.48% | 0.42% | - |
| HSV(B) | 291.76º | 0.65% | 0.62% | - |
| XYZ | 18.78 | 11.01 | 33.03 | - |
| YUV | 92.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 157 | 0.09 | 0.65 | 0 | 0.38 | 291.76 | 0.48 | 0.42 |
| Hex | 8F | 37 | 9D | 9 | 41 | 0 | 26 | 124 | 30 | 2A |
| Octal | 217 | 67 | 235 | 11 | 101 | 0 | 46 | 444 | 60 | 52 |
| Binary | 10001111 | 110111 | 10011101 | 1001 | 1000001 | 0 | 100110 | 100100100 | 110000 | 101010 |
Color Harmonies of #8F379D
Complementary color
Monochromatic Colors of #8F379D
Black with #8F379D
Text Example
Text Example
White with #8F379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F379D; }
p { color: rgb(143,55,157); }
H1.HeaderClassName
{
color: #8F379D;
}
.AnyTagClassName
{
color: #8F379D;
}
</style>
background-color css
<style>
a { background-color: #8F379D; }
a { background-color: rgb(143,55,157); }
div.DivClassName
{
background-color: #8F379D;
}
.BgClassName
{
background-color: #8F379D;
}
</style>
border-color css
<style>
span { border-color: #8F379D; }
span { border-color: rgb(143,55,157); }
td.TdClassName
{
border-color: #8F379D;
}
.TagClassName
{
border-color: #8F379D;
}
</style>