Shades of Blue Violet #8D33F7
Tints of Blue Violet #8D33F7
RGB
CMYK
RGB Variations
Color information
#8D33F7 (or 0x8D33F7) is known color: Blue Violet. HEX triplet: 8D, 33 and F7. RGB value is (141,51,247). Sum of RGB (Red+Green+Blue) = 141+51+247=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #8D33F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D33F7 is #72CC08. Grayscale: #636363. Windows color (decimal): -7523337 or 16200589. OLE color: 16200589.
HSL color Cylindrical-coordinate representation of color #8D33F7: hue angle of 267.55º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D33F7 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 51 | 247 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.03 |
| HSL | 267.55º | 0.92% | 0.58% | - |
| HSV(B) | 267.55º | 0.79% | 0.97% | - |
| XYZ | 28.96 | 14.75 | 89.32 | - |
| YUV | 100.25 | 210.82 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 247 | 0.43 | 0.79 | 0 | 0.03 | 267.55 | 0.92 | 0.58 |
| Hex | 8D | 33 | F7 | 2B | 4F | 0 | 3 | 10C | 5C | 3A |
| Octal | 215 | 63 | 367 | 53 | 117 | 0 | 3 | 414 | 134 | 72 |
| Binary | 10001101 | 110011 | 11110111 | 101011 | 1001111 | 0 | 11 | 100001100 | 1011100 | 111010 |
Color Harmonies of #8D33F7
Complementary color
Monochromatic Colors of #8D33F7
Black with #8D33F7
Text Example
Text Example
White with #8D33F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D33F7; }
p { color: rgb(141,51,247); }
H1.HeaderClassName
{
color: #8D33F7;
}
.AnyTagClassName
{
color: #8D33F7;
}
</style>
background-color css
<style>
a { background-color: #8D33F7; }
a { background-color: rgb(141,51,247); }
div.DivClassName
{
background-color: #8D33F7;
}
.BgClassName
{
background-color: #8D33F7;
}
</style>
border-color css
<style>
span { border-color: #8D33F7; }
span { border-color: rgb(141,51,247); }
td.TdClassName
{
border-color: #8D33F7;
}
.TagClassName
{
border-color: #8D33F7;
}
</style>