Shades of Blue Violet #8430F8
Tints of Blue Violet #8430F8
RGB
CMYK
RGB Variations
Color information
#8430F8 (or 0x8430F8) is known color: Blue Violet. HEX triplet: 84, 30 and F8. RGB value is (132,48,248). Sum of RGB (Red+Green+Blue) = 132+48+248=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 248 (97.27% from 255 or 57.94% from 428); Max value from RGB is 248 - color contains mainly: blue. Hex color #8430F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8430F8 is #7BCF07. Grayscale: #5F5F5F. Windows color (decimal): -8113928 or 16265348. OLE color: 16265348.
HSL color Cylindrical-coordinate representation of color #8430F8: hue angle of 265.2º 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 #8430F8 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 48 | 248 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.03 |
| HSL | 265.2º | 0.93% | 0.58% | - |
| HSV(B) | 265.2º | 0.81% | 0.97% | - |
| XYZ | 27.52 | 13.8 | 90.02 | - |
| YUV | 95.92 | 213.83 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 248 | 0.47 | 0.81 | 0 | 0.03 | 265.2 | 0.93 | 0.58 |
| Hex | 84 | 30 | F8 | 2F | 51 | 0 | 3 | 109 | 5D | 3A |
| Octal | 204 | 60 | 370 | 57 | 121 | 0 | 3 | 411 | 135 | 72 |
| Binary | 10000100 | 110000 | 11111000 | 101111 | 1010001 | 0 | 11 | 100001001 | 1011101 | 111010 |
Color Harmonies of #8430F8
Complementary color
Monochromatic Colors of #8430F8
Black with #8430F8
Text Example
Text Example
White with #8430F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430F8; }
p { color: rgb(132,48,248); }
H1.HeaderClassName
{
color: #8430F8;
}
.AnyTagClassName
{
color: #8430F8;
}
</style>
background-color css
<style>
a { background-color: #8430F8; }
a { background-color: rgb(132,48,248); }
div.DivClassName
{
background-color: #8430F8;
}
.BgClassName
{
background-color: #8430F8;
}
</style>
border-color css
<style>
span { border-color: #8430F8; }
span { border-color: rgb(132,48,248); }
td.TdClassName
{
border-color: #8430F8;
}
.TagClassName
{
border-color: #8430F8;
}
</style>