Shades of Blue Violet #8F25FF
Tints of Blue Violet #8F25FF
RGB
CMYK
RGB Variations
Color information
#8F25FF (or 0x8F25FF) is known color: Blue Violet. HEX triplet: 8F, 25 and FF. RGB value is (143,37,255). Sum of RGB (Red+Green+Blue) = 143+37+255=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F25FF is #70DA00. Grayscale: #5C5C5C. Windows color (decimal): -7395841 or 16721295. OLE color: 16721295.
HSL color Cylindrical-coordinate representation of color #8F25FF: hue angle of 269.17º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F25FF is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 37 | 255 | - |
| CMYK | 0.44 | 0.85 | 0 | 0 |
| HSL | 269.17º | 1% | 0.57% | - |
| HSV(B) | 269.17º | 0.85% | 1% | - |
| XYZ | 30.04 | 14.38 | 95.8 | - |
| YUV | 93.55 | 219.12 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 37 | 255 | 0.44 | 0.85 | 0 | 0 | 269.17 | 1 | 0.57 |
| Hex | 8F | 25 | FF | 2C | 55 | 0 | 0 | 10D | 64 | 39 |
| Octal | 217 | 45 | 377 | 54 | 125 | 0 | 0 | 415 | 144 | 71 |
| Binary | 10001111 | 100101 | 11111111 | 101100 | 1010101 | 0 | 0 | 100001101 | 1100100 | 111001 |
Color Harmonies of #8F25FF
Complementary color
Monochromatic Colors of #8F25FF
Black with #8F25FF
Text Example
Text Example
White with #8F25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F25FF; }
p { color: rgb(143,37,255); }
H1.HeaderClassName
{
color: #8F25FF;
}
.AnyTagClassName
{
color: #8F25FF;
}
</style>
background-color css
<style>
a { background-color: #8F25FF; }
a { background-color: rgb(143,37,255); }
div.DivClassName
{
background-color: #8F25FF;
}
.BgClassName
{
background-color: #8F25FF;
}
</style>
border-color css
<style>
span { border-color: #8F25FF; }
span { border-color: rgb(143,37,255); }
td.TdClassName
{
border-color: #8F25FF;
}
.TagClassName
{
border-color: #8F25FF;
}
</style>