Shades of Vivid Violet #8F3893
Tints of Vivid Violet #8F3893
RGB
CMYK
RGB Variations
Color information
#8F3893 (or 0x8F3893) is known color: Vivid Violet. HEX triplet: 8F, 38 and 93. RGB value is (143,56,147). Sum of RGB (Red+Green+Blue) = 143+56+147=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F3893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3893 is #70C76C. Grayscale: #5C5C5C. Windows color (decimal): -7391085 or 9648271. OLE color: 9648271.
HSL color Cylindrical-coordinate representation of color #8F3893: hue angle of 297.36º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F3893 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 56 | 147 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.42 |
| HSL | 297.36º | 0.45% | 0.4% | - |
| HSV(B) | 297.36º | 0.62% | 0.58% | - |
| XYZ | 18.01 | 10.77 | 28.73 | - |
| YUV | 92.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 147 | 0.03 | 0.62 | 0 | 0.42 | 297.36 | 0.45 | 0.4 |
| Hex | 8F | 38 | 93 | 3 | 3E | 0 | 2A | 129 | 2D | 28 |
| Octal | 217 | 70 | 223 | 3 | 76 | 0 | 52 | 451 | 55 | 50 |
| Binary | 10001111 | 111000 | 10010011 | 11 | 111110 | 0 | 101010 | 100101001 | 101101 | 101000 |
Color Harmonies of #8F3893
Complementary color
Monochromatic Colors of #8F3893
Black with #8F3893
Text Example
Text Example
White with #8F3893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3893; }
p { color: rgb(143,56,147); }
H1.HeaderClassName
{
color: #8F3893;
}
.AnyTagClassName
{
color: #8F3893;
}
</style>
background-color css
<style>
a { background-color: #8F3893; }
a { background-color: rgb(143,56,147); }
div.DivClassName
{
background-color: #8F3893;
}
.BgClassName
{
background-color: #8F3893;
}
</style>
border-color css
<style>
span { border-color: #8F3893; }
span { border-color: rgb(143,56,147); }
td.TdClassName
{
border-color: #8F3893;
}
.TagClassName
{
border-color: #8F3893;
}
</style>