Shades of Blue Violet #8F27DC
Tints of Blue Violet #8F27DC
RGB
CMYK
RGB Variations
Color information
#8F27DC (or 0x8F27DC) is known color: Blue Violet. HEX triplet: 8F, 27 and DC. RGB value is (143,39,220). Sum of RGB (Red+Green+Blue) = 143+39+220=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F27DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F27DC is #70D823. Grayscale: #5A5A5A. Windows color (decimal): -7395364 or 14428047. OLE color: 14428047.
HSL color Cylindrical-coordinate representation of color #8F27DC: hue angle of 274.48º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F27DC is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 39 | 220 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.14 |
| HSL | 274.48º | 0.72% | 0.51% | - |
| HSV(B) | 274.48º | 0.82% | 0.86% | - |
| XYZ | 24.97 | 12.46 | 68.8 | - |
| YUV | 90.73 | 200.96 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 220 | 0.35 | 0.82 | 0 | 0.14 | 274.48 | 0.72 | 0.51 |
| Hex | 8F | 27 | DC | 23 | 52 | 0 | E | 112 | 48 | 33 |
| Octal | 217 | 47 | 334 | 43 | 122 | 0 | 16 | 422 | 110 | 63 |
| Binary | 10001111 | 100111 | 11011100 | 100011 | 1010010 | 0 | 1110 | 100010010 | 1001000 | 110011 |
Color Harmonies of #8F27DC
Complementary color
Monochromatic Colors of #8F27DC
Black with #8F27DC
Text Example
Text Example
White with #8F27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F27DC; }
p { color: rgb(143,39,220); }
H1.HeaderClassName
{
color: #8F27DC;
}
.AnyTagClassName
{
color: #8F27DC;
}
</style>
background-color css
<style>
a { background-color: #8F27DC; }
a { background-color: rgb(143,39,220); }
div.DivClassName
{
background-color: #8F27DC;
}
.BgClassName
{
background-color: #8F27DC;
}
</style>
border-color css
<style>
span { border-color: #8F27DC; }
span { border-color: rgb(143,39,220); }
td.TdClassName
{
border-color: #8F27DC;
}
.TagClassName
{
border-color: #8F27DC;
}
</style>