Shades of Blue Violet #8F45E6
Tints of Blue Violet #8F45E6
RGB
CMYK
RGB Variations
Color information
#8F45E6 (or 0x8F45E6) is known color: Blue Violet. HEX triplet: 8F, 45 and E6. RGB value is (143,69,230). Sum of RGB (Red+Green+Blue) = 143+69+230=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F45E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F45E6 is #70BA19. Grayscale: #6C6C6C. Windows color (decimal): -7387674 or 15091087. OLE color: 15091087.
HSL color Cylindrical-coordinate representation of color #8F45E6: hue angle of 267.58º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F45E6 is Cyan = 0.38, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 69 | 230 | - |
| CMYK | 0.38 | 0.7 | 0 | 0.10 |
| HSL | 267.58º | 0.76% | 0.59% | - |
| HSV(B) | 267.58º | 0.7% | 0.9% | - |
| XYZ | 27.74 | 15.81 | 76.45 | - |
| YUV | 109.48 | 196.02 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 230 | 0.38 | 0.7 | 0 | 0.10 | 267.58 | 0.76 | 0.59 |
| Hex | 8F | 45 | E6 | 26 | 46 | 0 | A | 10C | 4C | 3B |
| Octal | 217 | 105 | 346 | 46 | 106 | 0 | 12 | 414 | 114 | 73 |
| Binary | 10001111 | 1000101 | 11100110 | 100110 | 1000110 | 0 | 1010 | 100001100 | 1001100 | 111011 |
Color Harmonies of #8F45E6
Complementary color
Monochromatic Colors of #8F45E6
Black with #8F45E6
Text Example
Text Example
White with #8F45E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F45E6; }
p { color: rgb(143,69,230); }
H1.HeaderClassName
{
color: #8F45E6;
}
.AnyTagClassName
{
color: #8F45E6;
}
</style>
background-color css
<style>
a { background-color: #8F45E6; }
a { background-color: rgb(143,69,230); }
div.DivClassName
{
background-color: #8F45E6;
}
.BgClassName
{
background-color: #8F45E6;
}
</style>
border-color css
<style>
span { border-color: #8F45E6; }
span { border-color: rgb(143,69,230); }
td.TdClassName
{
border-color: #8F45E6;
}
.TagClassName
{
border-color: #8F45E6;
}
</style>