Shades of Blue Violet #8F45DC
Tints of Blue Violet #8F45DC
RGB
CMYK
RGB Variations
Color information
#8F45DC (or 0x8F45DC) is known color: Blue Violet. HEX triplet: 8F, 45 and DC. RGB value is (143,69,220). Sum of RGB (Red+Green+Blue) = 143+69+220=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F45DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F45DC is #70BA23. Grayscale: #6B6B6B. Windows color (decimal): -7387684 or 14435727. OLE color: 14435727.
HSL color Cylindrical-coordinate representation of color #8F45DC: hue angle of 269.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F45DC is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 69 | 220 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.14 |
| HSL | 269.4º | 0.68% | 0.57% | - |
| HSV(B) | 269.4º | 0.69% | 0.86% | - |
| XYZ | 26.37 | 15.26 | 69.27 | - |
| YUV | 108.34 | 191.02 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 220 | 0.35 | 0.69 | 0 | 0.14 | 269.4 | 0.68 | 0.57 |
| Hex | 8F | 45 | DC | 23 | 45 | 0 | E | 10D | 44 | 39 |
| Octal | 217 | 105 | 334 | 43 | 105 | 0 | 16 | 415 | 104 | 71 |
| Binary | 10001111 | 1000101 | 11011100 | 100011 | 1000101 | 0 | 1110 | 100001101 | 1000100 | 111001 |
Color Harmonies of #8F45DC
Complementary color
Monochromatic Colors of #8F45DC
Black with #8F45DC
Text Example
Text Example
White with #8F45DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F45DC; }
p { color: rgb(143,69,220); }
H1.HeaderClassName
{
color: #8F45DC;
}
.AnyTagClassName
{
color: #8F45DC;
}
</style>
background-color css
<style>
a { background-color: #8F45DC; }
a { background-color: rgb(143,69,220); }
div.DivClassName
{
background-color: #8F45DC;
}
.BgClassName
{
background-color: #8F45DC;
}
</style>
border-color css
<style>
span { border-color: #8F45DC; }
span { border-color: rgb(143,69,220); }
td.TdClassName
{
border-color: #8F45DC;
}
.TagClassName
{
border-color: #8F45DC;
}
</style>