Shades of Blue Violet #8237FD
Tints of Blue Violet #8237FD
RGB
CMYK
RGB Variations
Color information
#8237FD (or 0x8237FD) is known color: Blue Violet. HEX triplet: 82, 37 and FD. RGB value is (130,55,253). Sum of RGB (Red+Green+Blue) = 130+55+253=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #8237FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8237FD is #7DC802. Grayscale: #636363. Windows color (decimal): -8243203 or 16594818. OLE color: 16594818.
HSL color Cylindrical-coordinate representation of color #8237FD: hue angle of 262.73º 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 #8237FD is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 55 | 253 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.01 |
| HSL | 262.73º | 0.98% | 0.6% | - |
| HSV(B) | 262.73º | 0.78% | 0.99% | - |
| XYZ | 28.3 | 14.57 | 94.25 | - |
| YUV | 100 | 214.35 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 253 | 0.49 | 0.78 | 0 | 0.01 | 262.73 | 0.98 | 0.6 |
| Hex | 82 | 37 | FD | 31 | 4E | 0 | 1 | 107 | 62 | 3C |
| Octal | 202 | 67 | 375 | 61 | 116 | 0 | 1 | 407 | 142 | 74 |
| Binary | 10000010 | 110111 | 11111101 | 110001 | 1001110 | 0 | 1 | 100000111 | 1100010 | 111100 |
Color Harmonies of #8237FD
Complementary color
Monochromatic Colors of #8237FD
Black with #8237FD
Text Example
Text Example
White with #8237FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8237FD; }
p { color: rgb(130,55,253); }
H1.HeaderClassName
{
color: #8237FD;
}
.AnyTagClassName
{
color: #8237FD;
}
</style>
background-color css
<style>
a { background-color: #8237FD; }
a { background-color: rgb(130,55,253); }
div.DivClassName
{
background-color: #8237FD;
}
.BgClassName
{
background-color: #8237FD;
}
</style>
border-color css
<style>
span { border-color: #8237FD; }
span { border-color: rgb(130,55,253); }
td.TdClassName
{
border-color: #8237FD;
}
.TagClassName
{
border-color: #8237FD;
}
</style>