Shades of Blue Violet #8D3DF7
Tints of Blue Violet #8D3DF7
RGB
CMYK
RGB Variations
Color information
#8D3DF7 (or 0x8D3DF7) is known color: Blue Violet. HEX triplet: 8D, 3D and F7. RGB value is (141,61,247). Sum of RGB (Red+Green+Blue) = 141+61+247=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #8D3DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3DF7 is #72C208. Grayscale: #696969. Windows color (decimal): -7520777 or 16203149. OLE color: 16203149.
HSL color Cylindrical-coordinate representation of color #8D3DF7: hue angle of 265.81º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D3DF7 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 61 | 247 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.03 |
| HSL | 265.81º | 0.92% | 0.6% | - |
| HSV(B) | 265.81º | 0.75% | 0.97% | - |
| XYZ | 29.44 | 15.72 | 89.48 | - |
| YUV | 106.12 | 207.5 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 247 | 0.43 | 0.75 | 0 | 0.03 | 265.81 | 0.92 | 0.6 |
| Hex | 8D | 3D | F7 | 2B | 4B | 0 | 3 | 10A | 5C | 3C |
| Octal | 215 | 75 | 367 | 53 | 113 | 0 | 3 | 412 | 134 | 74 |
| Binary | 10001101 | 111101 | 11110111 | 101011 | 1001011 | 0 | 11 | 100001010 | 1011100 | 111100 |
Color Harmonies of #8D3DF7
Complementary color
Monochromatic Colors of #8D3DF7
Black with #8D3DF7
Text Example
Text Example
White with #8D3DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DF7; }
p { color: rgb(141,61,247); }
H1.HeaderClassName
{
color: #8D3DF7;
}
.AnyTagClassName
{
color: #8D3DF7;
}
</style>
background-color css
<style>
a { background-color: #8D3DF7; }
a { background-color: rgb(141,61,247); }
div.DivClassName
{
background-color: #8D3DF7;
}
.BgClassName
{
background-color: #8D3DF7;
}
</style>
border-color css
<style>
span { border-color: #8D3DF7; }
span { border-color: rgb(141,61,247); }
td.TdClassName
{
border-color: #8D3DF7;
}
.TagClassName
{
border-color: #8D3DF7;
}
</style>