Shades of Blue Violet #8F34DC
Tints of Blue Violet #8F34DC
RGB
CMYK
RGB Variations
Color information
#8F34DC (or 0x8F34DC) is known color: Blue Violet. HEX triplet: 8F, 34 and DC. RGB value is (143,52,220). Sum of RGB (Red+Green+Blue) = 143+52+220=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F34DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34DC is #70CB23. Grayscale: #616161. Windows color (decimal): -7392036 or 14431375. OLE color: 14431375.
HSL color Cylindrical-coordinate representation of color #8F34DC: hue angle of 272.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F34DC is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 52 | 220 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.14 |
| HSL | 272.5º | 0.71% | 0.53% | - |
| HSV(B) | 272.5º | 0.76% | 0.86% | - |
| XYZ | 25.47 | 13.46 | 68.97 | - |
| YUV | 98.36 | 196.65 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 220 | 0.35 | 0.76 | 0 | 0.14 | 272.5 | 0.71 | 0.53 |
| Hex | 8F | 34 | DC | 23 | 4C | 0 | E | 110 | 47 | 35 |
| Octal | 217 | 64 | 334 | 43 | 114 | 0 | 16 | 420 | 107 | 65 |
| Binary | 10001111 | 110100 | 11011100 | 100011 | 1001100 | 0 | 1110 | 100010000 | 1000111 | 110101 |
Color Harmonies of #8F34DC
Complementary color
Monochromatic Colors of #8F34DC
Black with #8F34DC
Text Example
Text Example
White with #8F34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F34DC; }
p { color: rgb(143,52,220); }
H1.HeaderClassName
{
color: #8F34DC;
}
.AnyTagClassName
{
color: #8F34DC;
}
</style>
background-color css
<style>
a { background-color: #8F34DC; }
a { background-color: rgb(143,52,220); }
div.DivClassName
{
background-color: #8F34DC;
}
.BgClassName
{
background-color: #8F34DC;
}
</style>
border-color css
<style>
span { border-color: #8F34DC; }
span { border-color: rgb(143,52,220); }
td.TdClassName
{
border-color: #8F34DC;
}
.TagClassName
{
border-color: #8F34DC;
}
</style>