Shades of Blue Violet #8F48EA
Tints of Blue Violet #8F48EA
RGB
CMYK
RGB Variations
Color information
#8F48EA (or 0x8F48EA) is known color: Blue Violet. HEX triplet: 8F, 48 and EA. RGB value is (143,72,234). Sum of RGB (Red+Green+Blue) = 143+72+234=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F48EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F48EA is #70B715. Grayscale: #6F6F6F. Windows color (decimal): -7386902 or 15353999. OLE color: 15353999.
HSL color Cylindrical-coordinate representation of color #8F48EA: hue angle of 266.3º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F48EA is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 72 | 234 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.08 |
| HSL | 266.3º | 0.79% | 0.6% | - |
| HSV(B) | 266.3º | 0.69% | 0.92% | - |
| XYZ | 28.5 | 16.41 | 79.51 | - |
| YUV | 111.7 | 197.02 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 234 | 0.39 | 0.69 | 0 | 0.08 | 266.3 | 0.79 | 0.6 |
| Hex | 8F | 48 | EA | 27 | 45 | 0 | 8 | 10A | 4F | 3C |
| Octal | 217 | 110 | 352 | 47 | 105 | 0 | 10 | 412 | 117 | 74 |
| Binary | 10001111 | 1001000 | 11101010 | 100111 | 1000101 | 0 | 1000 | 100001010 | 1001111 | 111100 |
Color Harmonies of #8F48EA
Complementary color
Monochromatic Colors of #8F48EA
Black with #8F48EA
Text Example
Text Example
White with #8F48EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F48EA; }
p { color: rgb(143,72,234); }
H1.HeaderClassName
{
color: #8F48EA;
}
.AnyTagClassName
{
color: #8F48EA;
}
</style>
background-color css
<style>
a { background-color: #8F48EA; }
a { background-color: rgb(143,72,234); }
div.DivClassName
{
background-color: #8F48EA;
}
.BgClassName
{
background-color: #8F48EA;
}
</style>
border-color css
<style>
span { border-color: #8F48EA; }
span { border-color: rgb(143,72,234); }
td.TdClassName
{
border-color: #8F48EA;
}
.TagClassName
{
border-color: #8F48EA;
}
</style>