Shades of Blue Violet #8D3BF2
Tints of Blue Violet #8D3BF2
RGB
CMYK
RGB Variations
Color information
#8D3BF2 (or 0x8D3BF2) is known color: Blue Violet. HEX triplet: 8D, 3B and F2. RGB value is (141,59,242). Sum of RGB (Red+Green+Blue) = 141+59+242=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 242 (94.92% from 255 or 54.75% from 442); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D3BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3BF2 is #72C40D. Grayscale: #676767. Windows color (decimal): -7521294 or 15874957. OLE color: 15874957.
HSL color Cylindrical-coordinate representation of color #8D3BF2: hue angle of 266.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D3BF2 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 59 | 242 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.05 |
| HSL | 266.89º | 0.88% | 0.59% | - |
| HSV(B) | 266.89º | 0.76% | 0.95% | - |
| XYZ | 28.58 | 15.2 | 85.43 | - |
| YUV | 104.38 | 205.67 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 242 | 0.42 | 0.76 | 0 | 0.05 | 266.89 | 0.88 | 0.59 |
| Hex | 8D | 3B | F2 | 2A | 4C | 0 | 5 | 10B | 58 | 3B |
| Octal | 215 | 73 | 362 | 52 | 114 | 0 | 5 | 413 | 130 | 73 |
| Binary | 10001101 | 111011 | 11110010 | 101010 | 1001100 | 0 | 101 | 100001011 | 1011000 | 111011 |
Color Harmonies of #8D3BF2
Complementary color
Monochromatic Colors of #8D3BF2
Black with #8D3BF2
Text Example
Text Example
White with #8D3BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3BF2; }
p { color: rgb(141,59,242); }
H1.HeaderClassName
{
color: #8D3BF2;
}
.AnyTagClassName
{
color: #8D3BF2;
}
</style>
background-color css
<style>
a { background-color: #8D3BF2; }
a { background-color: rgb(141,59,242); }
div.DivClassName
{
background-color: #8D3BF2;
}
.BgClassName
{
background-color: #8D3BF2;
}
</style>
border-color css
<style>
span { border-color: #8D3BF2; }
span { border-color: rgb(141,59,242); }
td.TdClassName
{
border-color: #8D3BF2;
}
.TagClassName
{
border-color: #8D3BF2;
}
</style>