Shades of Blue Violet #8F37FD
Tints of Blue Violet #8F37FD
RGB
CMYK
RGB Variations
Color information
#8F37FD (or 0x8F37FD) is known color: Blue Violet. HEX triplet: 8F, 37 and FD. RGB value is (143,55,253). Sum of RGB (Red+Green+Blue) = 143+55+253=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F37FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F37FD is #70C802. Grayscale: #676767. Windows color (decimal): -7391235 or 16594831. OLE color: 16594831.
HSL color Cylindrical-coordinate representation of color #8F37FD: hue angle of 266.67º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F37FD is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 55 | 253 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.01 |
| HSL | 266.67º | 0.98% | 0.6% | - |
| HSV(B) | 266.67º | 0.78% | 0.99% | - |
| XYZ | 30.42 | 15.66 | 94.35 | - |
| YUV | 103.88 | 212.15 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 253 | 0.43 | 0.78 | 0 | 0.01 | 266.67 | 0.98 | 0.6 |
| Hex | 8F | 37 | FD | 2B | 4E | 0 | 1 | 10B | 62 | 3C |
| Octal | 217 | 67 | 375 | 53 | 116 | 0 | 1 | 413 | 142 | 74 |
| Binary | 10001111 | 110111 | 11111101 | 101011 | 1001110 | 0 | 1 | 100001011 | 1100010 | 111100 |
Color Harmonies of #8F37FD
Complementary color
Monochromatic Colors of #8F37FD
Black with #8F37FD
Text Example
Text Example
White with #8F37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F37FD; }
p { color: rgb(143,55,253); }
H1.HeaderClassName
{
color: #8F37FD;
}
.AnyTagClassName
{
color: #8F37FD;
}
</style>
background-color css
<style>
a { background-color: #8F37FD; }
a { background-color: rgb(143,55,253); }
div.DivClassName
{
background-color: #8F37FD;
}
.BgClassName
{
background-color: #8F37FD;
}
</style>
border-color css
<style>
span { border-color: #8F37FD; }
span { border-color: rgb(143,55,253); }
td.TdClassName
{
border-color: #8F37FD;
}
.TagClassName
{
border-color: #8F37FD;
}
</style>