Shades of Blue Violet #8F31DC
Tints of Blue Violet #8F31DC
RGB
CMYK
RGB Variations
Color information
#8F31DC (or 0x8F31DC) is known color: Blue Violet. HEX triplet: 8F, 31 and DC. RGB value is (143,49,220). Sum of RGB (Red+Green+Blue) = 143+49+220=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F31DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F31DC is #70CE23. Grayscale: #606060. Windows color (decimal): -7392804 or 14430607. OLE color: 14430607.
HSL color Cylindrical-coordinate representation of color #8F31DC: hue angle of 272.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F31DC is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 49 | 220 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.14 |
| HSL | 272.98º | 0.71% | 0.53% | - |
| HSV(B) | 272.98º | 0.78% | 0.86% | - |
| XYZ | 25.34 | 13.2 | 68.92 | - |
| YUV | 96.6 | 197.64 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 220 | 0.35 | 0.78 | 0 | 0.14 | 272.98 | 0.71 | 0.53 |
| Hex | 8F | 31 | DC | 23 | 4E | 0 | E | 111 | 47 | 35 |
| Octal | 217 | 61 | 334 | 43 | 116 | 0 | 16 | 421 | 107 | 65 |
| Binary | 10001111 | 110001 | 11011100 | 100011 | 1001110 | 0 | 1110 | 100010001 | 1000111 | 110101 |
Color Harmonies of #8F31DC
Complementary color
Monochromatic Colors of #8F31DC
Black with #8F31DC
Text Example
Text Example
White with #8F31DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F31DC; }
p { color: rgb(143,49,220); }
H1.HeaderClassName
{
color: #8F31DC;
}
.AnyTagClassName
{
color: #8F31DC;
}
</style>
background-color css
<style>
a { background-color: #8F31DC; }
a { background-color: rgb(143,49,220); }
div.DivClassName
{
background-color: #8F31DC;
}
.BgClassName
{
background-color: #8F31DC;
}
</style>
border-color css
<style>
span { border-color: #8F31DC; }
span { border-color: rgb(143,49,220); }
td.TdClassName
{
border-color: #8F31DC;
}
.TagClassName
{
border-color: #8F31DC;
}
</style>