Shades of Blue Violet #8F30EE
Tints of Blue Violet #8F30EE
RGB
CMYK
RGB Variations
Color information
#8F30EE (or 0x8F30EE) is known color: Blue Violet. HEX triplet: 8F, 30 and EE. RGB value is (143,48,238). Sum of RGB (Red+Green+Blue) = 143+48+238=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F30EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F30EE is #70CF11. Grayscale: #616161. Windows color (decimal): -7393042 or 15609999. OLE color: 15609999.
HSL color Cylindrical-coordinate representation of color #8F30EE: hue angle of 270º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F30EE is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 48 | 238 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.07 |
| HSL | 270º | 0.85% | 0.56% | - |
| HSV(B) | 270º | 0.8% | 0.93% | - |
| XYZ | 27.82 | 14.13 | 82.15 | - |
| YUV | 98.07 | 206.97 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 238 | 0.40 | 0.80 | 0 | 0.07 | 270 | 0.85 | 0.56 |
| Hex | 8F | 30 | EE | 28 | 50 | 0 | 7 | 10E | 55 | 38 |
| Octal | 217 | 60 | 356 | 50 | 120 | 0 | 7 | 416 | 125 | 70 |
| Binary | 10001111 | 110000 | 11101110 | 101000 | 1010000 | 0 | 111 | 100001110 | 1010101 | 111000 |
Color Harmonies of #8F30EE
Complementary color
Monochromatic Colors of #8F30EE
Black with #8F30EE
Text Example
Text Example
White with #8F30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F30EE; }
p { color: rgb(143,48,238); }
H1.HeaderClassName
{
color: #8F30EE;
}
.AnyTagClassName
{
color: #8F30EE;
}
</style>
background-color css
<style>
a { background-color: #8F30EE; }
a { background-color: rgb(143,48,238); }
div.DivClassName
{
background-color: #8F30EE;
}
.BgClassName
{
background-color: #8F30EE;
}
</style>
border-color css
<style>
span { border-color: #8F30EE; }
span { border-color: rgb(143,48,238); }
td.TdClassName
{
border-color: #8F30EE;
}
.TagClassName
{
border-color: #8F30EE;
}
</style>