Shades of Vivid Violet #8F34A8
Tints of Vivid Violet #8F34A8
RGB
CMYK
RGB Variations
Color information
#8F34A8 (or 0x8F34A8) is known color: Vivid Violet. HEX triplet: 8F, 34 and A8. RGB value is (143,52,168). Sum of RGB (Red+Green+Blue) = 143+52+168=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 168 - color contains mainly: blue. Hex color #8F34A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F34A8 is #70CB57. Grayscale: #5C5C5C. Windows color (decimal): -7392088 or 11023503. OLE color: 11023503.
HSL color Cylindrical-coordinate representation of color #8F34A8: hue angle of 287.07º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F34A8 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 52 | 168 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.34 |
| HSL | 287.07º | 0.53% | 0.43% | - |
| HSV(B) | 287.07º | 0.69% | 0.66% | - |
| XYZ | 19.62 | 11.12 | 38.16 | - |
| YUV | 92.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 168 | 0.15 | 0.69 | 0 | 0.34 | 287.07 | 0.53 | 0.43 |
| Hex | 8F | 34 | A8 | F | 45 | 0 | 22 | 11F | 35 | 2B |
| Octal | 217 | 64 | 250 | 17 | 105 | 0 | 42 | 437 | 65 | 53 |
| Binary | 10001111 | 110100 | 10101000 | 1111 | 1000101 | 0 | 100010 | 100011111 | 110101 | 101011 |
Color Harmonies of #8F34A8
Complementary color
Monochromatic Colors of #8F34A8
Black with #8F34A8
Text Example
Text Example
White with #8F34A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F34A8; }
p { color: rgb(143,52,168); }
H1.HeaderClassName
{
color: #8F34A8;
}
.AnyTagClassName
{
color: #8F34A8;
}
</style>
background-color css
<style>
a { background-color: #8F34A8; }
a { background-color: rgb(143,52,168); }
div.DivClassName
{
background-color: #8F34A8;
}
.BgClassName
{
background-color: #8F34A8;
}
</style>
border-color css
<style>
span { border-color: #8F34A8; }
span { border-color: rgb(143,52,168); }
td.TdClassName
{
border-color: #8F34A8;
}
.TagClassName
{
border-color: #8F34A8;
}
</style>