Shades of Vivid Violet #8F339B
Tints of Vivid Violet #8F339B
RGB
CMYK
RGB Variations
Color information
#8F339B (or 0x8F339B) is known color: Vivid Violet. HEX triplet: 8F, 33 and 9B. RGB value is (143,51,155). Sum of RGB (Red+Green+Blue) = 143+51+155=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F339B is #70CC64. Grayscale: #5A5A5A. Windows color (decimal): -7392357 or 10171279. OLE color: 10171279.
HSL color Cylindrical-coordinate representation of color #8F339B: hue angle of 293.08º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F339B is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 51 | 155 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.39 |
| HSL | 293.08º | 0.5% | 0.4% | - |
| HSV(B) | 293.08º | 0.67% | 0.61% | - |
| XYZ | 18.43 | 10.57 | 32.08 | - |
| YUV | 90.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 155 | 0.08 | 0.67 | 0 | 0.39 | 293.08 | 0.5 | 0.4 |
| Hex | 8F | 33 | 9B | 8 | 43 | 0 | 27 | 125 | 32 | 28 |
| Octal | 217 | 63 | 233 | 10 | 103 | 0 | 47 | 445 | 62 | 50 |
| Binary | 10001111 | 110011 | 10011011 | 1000 | 1000011 | 0 | 100111 | 100100101 | 110010 | 101000 |
Color Harmonies of #8F339B
Complementary color
Monochromatic Colors of #8F339B
Black with #8F339B
Text Example
Text Example
White with #8F339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F339B; }
p { color: rgb(143,51,155); }
H1.HeaderClassName
{
color: #8F339B;
}
.AnyTagClassName
{
color: #8F339B;
}
</style>
background-color css
<style>
a { background-color: #8F339B; }
a { background-color: rgb(143,51,155); }
div.DivClassName
{
background-color: #8F339B;
}
.BgClassName
{
background-color: #8F339B;
}
</style>
border-color css
<style>
span { border-color: #8F339B; }
span { border-color: rgb(143,51,155); }
td.TdClassName
{
border-color: #8F339B;
}
.TagClassName
{
border-color: #8F339B;
}
</style>