Shades of Vivid Violet #8F3389
Tints of Vivid Violet #8F3389
RGB
CMYK
RGB Variations
Color information
#8F3389 (or 0x8F3389) is known color: Vivid Violet. HEX triplet: 8F, 33 and 89. RGB value is (143,51,137). Sum of RGB (Red+Green+Blue) = 143+51+137=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3389 is #70CC76. Grayscale: #585858. Windows color (decimal): -7392375 or 8991631. OLE color: 8991631.
HSL color Cylindrical-coordinate representation of color #8F3389: hue angle of 303.91º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3389 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 51 | 137 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.44 |
| HSL | 303.91º | 0.47% | 0.38% | - |
| HSV(B) | 303.91º | 0.64% | 0.56% | - |
| XYZ | 17.03 | 10.01 | 24.7 | - |
| YUV | 88.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 137 | 0 | 0.64 | 0.04 | 0.44 | 303.91 | 0.47 | 0.38 |
| Hex | 8F | 33 | 89 | 0 | 40 | 4 | 2C | 130 | 2F | 26 |
| Octal | 217 | 63 | 211 | 0 | 100 | 4 | 54 | 460 | 57 | 46 |
| Binary | 10001111 | 110011 | 10001001 | 0 | 1000000 | 100 | 101100 | 100110000 | 101111 | 100110 |
Color Harmonies of #8F3389
Complementary color
Monochromatic Colors of #8F3389
Black with #8F3389
Text Example
Text Example
White with #8F3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3389; }
p { color: rgb(143,51,137); }
H1.HeaderClassName
{
color: #8F3389;
}
.AnyTagClassName
{
color: #8F3389;
}
</style>
background-color css
<style>
a { background-color: #8F3389; }
a { background-color: rgb(143,51,137); }
div.DivClassName
{
background-color: #8F3389;
}
.BgClassName
{
background-color: #8F3389;
}
</style>
border-color css
<style>
span { border-color: #8F3389; }
span { border-color: rgb(143,51,137); }
td.TdClassName
{
border-color: #8F3389;
}
.TagClassName
{
border-color: #8F3389;
}
</style>