Shades of Blue Violet #8F33ED
Tints of Blue Violet #8F33ED
RGB
CMYK
RGB Variations
Color information
#8F33ED (or 0x8F33ED) is known color: Blue Violet. HEX triplet: 8F, 33 and ED. RGB value is (143,51,237). Sum of RGB (Red+Green+Blue) = 143+51+237=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F33ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F33ED is #70CC12. Grayscale: #636363. Windows color (decimal): -7392275 or 15545231. OLE color: 15545231.
HSL color Cylindrical-coordinate representation of color #8F33ED: hue angle of 269.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F33ED is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 51 | 237 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.07 |
| HSL | 269.68º | 0.84% | 0.56% | - |
| HSV(B) | 269.68º | 0.78% | 0.93% | - |
| XYZ | 27.8 | 14.32 | 81.42 | - |
| YUV | 99.71 | 205.48 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 51 | 237 | 0.40 | 0.78 | 0 | 0.07 | 269.68 | 0.84 | 0.56 |
| Hex | 8F | 33 | ED | 28 | 4E | 0 | 7 | 10E | 54 | 38 |
| Octal | 217 | 63 | 355 | 50 | 116 | 0 | 7 | 416 | 124 | 70 |
| Binary | 10001111 | 110011 | 11101101 | 101000 | 1001110 | 0 | 111 | 100001110 | 1010100 | 111000 |
Color Harmonies of #8F33ED
Complementary color
Monochromatic Colors of #8F33ED
Black with #8F33ED
Text Example
Text Example
White with #8F33ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F33ED; }
p { color: rgb(143,51,237); }
H1.HeaderClassName
{
color: #8F33ED;
}
.AnyTagClassName
{
color: #8F33ED;
}
</style>
background-color css
<style>
a { background-color: #8F33ED; }
a { background-color: rgb(143,51,237); }
div.DivClassName
{
background-color: #8F33ED;
}
.BgClassName
{
background-color: #8F33ED;
}
</style>
border-color css
<style>
span { border-color: #8F33ED; }
span { border-color: rgb(143,51,237); }
td.TdClassName
{
border-color: #8F33ED;
}
.TagClassName
{
border-color: #8F33ED;
}
</style>