Shades of Blue Violet #8F27DB
Tints of Blue Violet #8F27DB
RGB
CMYK
RGB Variations
Color information
#8F27DB (or 0x8F27DB) is known color: Blue Violet. HEX triplet: 8F, 27 and DB. RGB value is (143,39,219). Sum of RGB (Red+Green+Blue) = 143+39+219=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F27DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F27DB is #70D824. Grayscale: #5A5A5A. Windows color (decimal): -7395365 or 14362511. OLE color: 14362511.
HSL color Cylindrical-coordinate representation of color #8F27DB: hue angle of 274.67º degrees, saturation: 0.71, 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 #8F27DB is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 39 | 219 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.14 |
| HSL | 274.67º | 0.71% | 0.51% | - |
| HSV(B) | 274.67º | 0.82% | 0.86% | - |
| XYZ | 24.84 | 12.41 | 68.1 | - |
| YUV | 90.62 | 200.46 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 219 | 0.35 | 0.82 | 0 | 0.14 | 274.67 | 0.71 | 0.51 |
| Hex | 8F | 27 | DB | 23 | 52 | 0 | E | 113 | 47 | 33 |
| Octal | 217 | 47 | 333 | 43 | 122 | 0 | 16 | 423 | 107 | 63 |
| Binary | 10001111 | 100111 | 11011011 | 100011 | 1010010 | 0 | 1110 | 100010011 | 1000111 | 110011 |
Color Harmonies of #8F27DB
Complementary color
Monochromatic Colors of #8F27DB
Black with #8F27DB
Text Example
Text Example
White with #8F27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F27DB; }
p { color: rgb(143,39,219); }
H1.HeaderClassName
{
color: #8F27DB;
}
.AnyTagClassName
{
color: #8F27DB;
}
</style>
background-color css
<style>
a { background-color: #8F27DB; }
a { background-color: rgb(143,39,219); }
div.DivClassName
{
background-color: #8F27DB;
}
.BgClassName
{
background-color: #8F27DB;
}
</style>
border-color css
<style>
span { border-color: #8F27DB; }
span { border-color: rgb(143,39,219); }
td.TdClassName
{
border-color: #8F27DB;
}
.TagClassName
{
border-color: #8F27DB;
}
</style>