Shades of Blue Violet #8D36FB
Tints of Blue Violet #8D36FB
RGB
CMYK
RGB Variations
Color information
#8D36FB (or 0x8D36FB) is known color: Blue Violet. HEX triplet: 8D, 36 and FB. RGB value is (141,54,251). Sum of RGB (Red+Green+Blue) = 141+54+251=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D36FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D36FB is #72C904. Grayscale: #656565. Windows color (decimal): -7522565 or 16463501. OLE color: 16463501.
HSL color Cylindrical-coordinate representation of color #8D36FB: hue angle of 266.5º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D36FB is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 54 | 251 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.02 |
| HSL | 266.5º | 0.96% | 0.6% | - |
| HSV(B) | 266.5º | 0.78% | 0.98% | - |
| XYZ | 29.72 | 15.27 | 92.65 | - |
| YUV | 102.47 | 211.82 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 251 | 0.44 | 0.78 | 0 | 0.02 | 266.5 | 0.96 | 0.6 |
| Hex | 8D | 36 | FB | 2C | 4E | 0 | 2 | 10A | 60 | 3C |
| Octal | 215 | 66 | 373 | 54 | 116 | 0 | 2 | 412 | 140 | 74 |
| Binary | 10001101 | 110110 | 11111011 | 101100 | 1001110 | 0 | 10 | 100001010 | 1100000 | 111100 |
Color Harmonies of #8D36FB
Complementary color
Monochromatic Colors of #8D36FB
Black with #8D36FB
Text Example
Text Example
White with #8D36FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D36FB; }
p { color: rgb(141,54,251); }
H1.HeaderClassName
{
color: #8D36FB;
}
.AnyTagClassName
{
color: #8D36FB;
}
</style>
background-color css
<style>
a { background-color: #8D36FB; }
a { background-color: rgb(141,54,251); }
div.DivClassName
{
background-color: #8D36FB;
}
.BgClassName
{
background-color: #8D36FB;
}
</style>
border-color css
<style>
span { border-color: #8D36FB; }
span { border-color: rgb(141,54,251); }
td.TdClassName
{
border-color: #8D36FB;
}
.TagClassName
{
border-color: #8D36FB;
}
</style>