Shades of Blue Violet #8430F7
Tints of Blue Violet #8430F7
RGB
CMYK
RGB Variations
Color information
#8430F7 (or 0x8430F7) is known color: Blue Violet. HEX triplet: 84, 30 and F7. RGB value is (132,48,247). Sum of RGB (Red+Green+Blue) = 132+48+247=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 247 (96.88% from 255 or 57.85% from 427); Max value from RGB is 247 - color contains mainly: blue. Hex color #8430F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8430F7 is #7BCF08. Grayscale: #5F5F5F. Windows color (decimal): -8113929 or 16199812. OLE color: 16199812.
HSL color Cylindrical-coordinate representation of color #8430F7: hue angle of 265.33º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8430F7 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 48 | 247 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.03 |
| HSL | 265.33º | 0.93% | 0.58% | - |
| HSV(B) | 265.33º | 0.81% | 0.97% | - |
| XYZ | 27.36 | 13.73 | 89.2 | - |
| YUV | 95.8 | 213.33 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 247 | 0.47 | 0.81 | 0 | 0.03 | 265.33 | 0.93 | 0.58 |
| Hex | 84 | 30 | F7 | 2F | 51 | 0 | 3 | 109 | 5D | 3A |
| Octal | 204 | 60 | 367 | 57 | 121 | 0 | 3 | 411 | 135 | 72 |
| Binary | 10000100 | 110000 | 11110111 | 101111 | 1010001 | 0 | 11 | 100001001 | 1011101 | 111010 |
Color Harmonies of #8430F7
Complementary color
Monochromatic Colors of #8430F7
Black with #8430F7
Text Example
Text Example
White with #8430F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430F7; }
p { color: rgb(132,48,247); }
H1.HeaderClassName
{
color: #8430F7;
}
.AnyTagClassName
{
color: #8430F7;
}
</style>
background-color css
<style>
a { background-color: #8430F7; }
a { background-color: rgb(132,48,247); }
div.DivClassName
{
background-color: #8430F7;
}
.BgClassName
{
background-color: #8430F7;
}
</style>
border-color css
<style>
span { border-color: #8430F7; }
span { border-color: rgb(132,48,247); }
td.TdClassName
{
border-color: #8430F7;
}
.TagClassName
{
border-color: #8430F7;
}
</style>