Shades of Blue Violet #8D45F7
Tints of Blue Violet #8D45F7
RGB
CMYK
RGB Variations
Color information
#8D45F7 (or 0x8D45F7) is known color: Blue Violet. HEX triplet: 8D, 45 and F7. RGB value is (141,69,247). Sum of RGB (Red+Green+Blue) = 141+69+247=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #8D45F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D45F7 is #72BA08. Grayscale: #6E6E6E. Windows color (decimal): -7518729 or 16205197. OLE color: 16205197.
HSL color Cylindrical-coordinate representation of color #8D45F7: hue angle of 264.27º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D45F7 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 69 | 247 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.03 |
| HSL | 264.27º | 0.92% | 0.62% | - |
| HSV(B) | 264.27º | 0.72% | 0.97% | - |
| XYZ | 29.9 | 16.63 | 89.63 | - |
| YUV | 110.82 | 204.85 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 247 | 0.43 | 0.72 | 0 | 0.03 | 264.27 | 0.92 | 0.62 |
| Hex | 8D | 45 | F7 | 2B | 48 | 0 | 3 | 108 | 5C | 3E |
| Octal | 215 | 105 | 367 | 53 | 110 | 0 | 3 | 410 | 134 | 76 |
| Binary | 10001101 | 1000101 | 11110111 | 101011 | 1001000 | 0 | 11 | 100001000 | 1011100 | 111110 |
Color Harmonies of #8D45F7
Complementary color
Monochromatic Colors of #8D45F7
Black with #8D45F7
Text Example
Text Example
White with #8D45F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D45F7; }
p { color: rgb(141,69,247); }
H1.HeaderClassName
{
color: #8D45F7;
}
.AnyTagClassName
{
color: #8D45F7;
}
</style>
background-color css
<style>
a { background-color: #8D45F7; }
a { background-color: rgb(141,69,247); }
div.DivClassName
{
background-color: #8D45F7;
}
.BgClassName
{
background-color: #8D45F7;
}
</style>
border-color css
<style>
span { border-color: #8D45F7; }
span { border-color: rgb(141,69,247); }
td.TdClassName
{
border-color: #8D45F7;
}
.TagClassName
{
border-color: #8D45F7;
}
</style>