Shades of Blue Violet #8F3CE8
Tints of Blue Violet #8F3CE8
RGB
CMYK
RGB Variations
Color information
#8F3CE8 (or 0x8F3CE8) is known color: Blue Violet. HEX triplet: 8F, 3C and E8. RGB value is (143,60,232). Sum of RGB (Red+Green+Blue) = 143+60+232=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #8F3CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3CE8 is #70C317. Grayscale: #676767. Windows color (decimal): -7389976 or 15219855. OLE color: 15219855.
HSL color Cylindrical-coordinate representation of color #8F3CE8: hue angle of 268.95º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F3CE8 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 60 | 232 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.09 |
| HSL | 268.95º | 0.79% | 0.57% | - |
| HSV(B) | 268.95º | 0.74% | 0.91% | - |
| XYZ | 27.51 | 14.9 | 77.77 | - |
| YUV | 104.43 | 200 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 60 | 232 | 0.38 | 0.74 | 0 | 0.09 | 268.95 | 0.79 | 0.57 |
| Hex | 8F | 3C | E8 | 26 | 4A | 0 | 9 | 10D | 4F | 39 |
| Octal | 217 | 74 | 350 | 46 | 112 | 0 | 11 | 415 | 117 | 71 |
| Binary | 10001111 | 111100 | 11101000 | 100110 | 1001010 | 0 | 1001 | 100001101 | 1001111 | 111001 |
Color Harmonies of #8F3CE8
Complementary color
Monochromatic Colors of #8F3CE8
Black with #8F3CE8
Text Example
Text Example
White with #8F3CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3CE8; }
p { color: rgb(143,60,232); }
H1.HeaderClassName
{
color: #8F3CE8;
}
.AnyTagClassName
{
color: #8F3CE8;
}
</style>
background-color css
<style>
a { background-color: #8F3CE8; }
a { background-color: rgb(143,60,232); }
div.DivClassName
{
background-color: #8F3CE8;
}
.BgClassName
{
background-color: #8F3CE8;
}
</style>
border-color css
<style>
span { border-color: #8F3CE8; }
span { border-color: rgb(143,60,232); }
td.TdClassName
{
border-color: #8F3CE8;
}
.TagClassName
{
border-color: #8F3CE8;
}
</style>