Shades of Vivid Violet #8F3D9E
Tints of Vivid Violet #8F3D9E
RGB
CMYK
RGB Variations
Color information
#8F3D9E (or 0x8F3D9E) is known color: Vivid Violet. HEX triplet: 8F, 3D and 9E. RGB value is (143,61,158). Sum of RGB (Red+Green+Blue) = 143+61+158=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F3D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3D9E is #70C261. Grayscale: #606060. Windows color (decimal): -7389794 or 10370447. OLE color: 10370447.
HSL color Cylindrical-coordinate representation of color #8F3D9E: hue angle of 290.72º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3D9E is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 61 | 158 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.38 |
| HSL | 290.72º | 0.44% | 0.43% | - |
| HSV(B) | 290.72º | 0.61% | 0.62% | - |
| XYZ | 19.17 | 11.65 | 33.59 | - |
| YUV | 96.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 61 | 158 | 0.09 | 0.61 | 0 | 0.38 | 290.72 | 0.44 | 0.43 |
| Hex | 8F | 3D | 9E | 9 | 3D | 0 | 26 | 123 | 2C | 2B |
| Octal | 217 | 75 | 236 | 11 | 75 | 0 | 46 | 443 | 54 | 53 |
| Binary | 10001111 | 111101 | 10011110 | 1001 | 111101 | 0 | 100110 | 100100011 | 101100 | 101011 |
Color Harmonies of #8F3D9E
Complementary color
Monochromatic Colors of #8F3D9E
Black with #8F3D9E
Text Example
Text Example
White with #8F3D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3D9E; }
p { color: rgb(143,61,158); }
H1.HeaderClassName
{
color: #8F3D9E;
}
.AnyTagClassName
{
color: #8F3D9E;
}
</style>
background-color css
<style>
a { background-color: #8F3D9E; }
a { background-color: rgb(143,61,158); }
div.DivClassName
{
background-color: #8F3D9E;
}
.BgClassName
{
background-color: #8F3D9E;
}
</style>
border-color css
<style>
span { border-color: #8F3D9E; }
span { border-color: rgb(143,61,158); }
td.TdClassName
{
border-color: #8F3D9E;
}
.TagClassName
{
border-color: #8F3D9E;
}
</style>