Shades of Blue Violet #8D25FB
Tints of Blue Violet #8D25FB
RGB
CMYK
RGB Variations
Color information
#8D25FB (or 0x8D25FB) is known color: Blue Violet. HEX triplet: 8D, 25 and FB. RGB value is (141,37,251). Sum of RGB (Red+Green+Blue) = 141+37+251=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D25FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D25FB is #72DA04. Grayscale: #5B5B5B. Windows color (decimal): -7526917 or 16459149. OLE color: 16459149.
HSL color Cylindrical-coordinate representation of color #8D25FB: hue angle of 269.16º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D25FB is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 37 | 251 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.02 |
| HSL | 269.16º | 0.96% | 0.56% | - |
| HSV(B) | 269.16º | 0.85% | 0.98% | - |
| XYZ | 29.06 | 13.95 | 92.43 | - |
| YUV | 92.49 | 217.46 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 251 | 0.44 | 0.85 | 0 | 0.02 | 269.16 | 0.96 | 0.56 |
| Hex | 8D | 25 | FB | 2C | 55 | 0 | 2 | 10D | 60 | 38 |
| Octal | 215 | 45 | 373 | 54 | 125 | 0 | 2 | 415 | 140 | 70 |
| Binary | 10001101 | 100101 | 11111011 | 101100 | 1010101 | 0 | 10 | 100001101 | 1100000 | 111000 |
Color Harmonies of #8D25FB
Complementary color
Monochromatic Colors of #8D25FB
Black with #8D25FB
Text Example
Text Example
White with #8D25FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D25FB; }
p { color: rgb(141,37,251); }
H1.HeaderClassName
{
color: #8D25FB;
}
.AnyTagClassName
{
color: #8D25FB;
}
</style>
background-color css
<style>
a { background-color: #8D25FB; }
a { background-color: rgb(141,37,251); }
div.DivClassName
{
background-color: #8D25FB;
}
.BgClassName
{
background-color: #8D25FB;
}
</style>
border-color css
<style>
span { border-color: #8D25FB; }
span { border-color: rgb(141,37,251); }
td.TdClassName
{
border-color: #8D25FB;
}
.TagClassName
{
border-color: #8D25FB;
}
</style>