Shades of Blue Violet #8C27DB
Tints of Blue Violet #8C27DB
RGB
CMYK
RGB Variations
Color information
#8C27DB (or 0x8C27DB) is known color: Blue Violet. HEX triplet: 8C, 27 and DB. RGB value is (140,39,219). Sum of RGB (Red+Green+Blue) = 140+39+219=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C27DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C27DB is #73D824. Grayscale: #595959. Windows color (decimal): -7591973 or 14362508. OLE color: 14362508.
HSL color Cylindrical-coordinate representation of color #8C27DB: hue angle of 273.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 #8C27DB is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 39 | 219 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.14 |
| HSL | 273.67º | 0.71% | 0.51% | - |
| HSV(B) | 273.67º | 0.82% | 0.86% | - |
| XYZ | 24.33 | 12.14 | 68.08 | - |
| YUV | 89.72 | 200.96 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 219 | 0.36 | 0.82 | 0 | 0.14 | 273.67 | 0.71 | 0.51 |
| Hex | 8C | 27 | DB | 24 | 52 | 0 | E | 112 | 47 | 33 |
| Octal | 214 | 47 | 333 | 44 | 122 | 0 | 16 | 422 | 107 | 63 |
| Binary | 10001100 | 100111 | 11011011 | 100100 | 1010010 | 0 | 1110 | 100010010 | 1000111 | 110011 |
Color Harmonies of #8C27DB
Complementary color
Monochromatic Colors of #8C27DB
Black with #8C27DB
Text Example
Text Example
White with #8C27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C27DB; }
p { color: rgb(140,39,219); }
H1.HeaderClassName
{
color: #8C27DB;
}
.AnyTagClassName
{
color: #8C27DB;
}
</style>
background-color css
<style>
a { background-color: #8C27DB; }
a { background-color: rgb(140,39,219); }
div.DivClassName
{
background-color: #8C27DB;
}
.BgClassName
{
background-color: #8C27DB;
}
</style>
border-color css
<style>
span { border-color: #8C27DB; }
span { border-color: rgb(140,39,219); }
td.TdClassName
{
border-color: #8C27DB;
}
.TagClassName
{
border-color: #8C27DB;
}
</style>