Shades of Blue Violet #8430FF
Tints of Blue Violet #8430FF
RGB
CMYK
RGB Variations
Color information
#8430FF (or 0x8430FF) is known color: Blue Violet. HEX triplet: 84, 30 and FF. RGB value is (132,48,255). Sum of RGB (Red+Green+Blue) = 132+48+255=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 48 (19.14% from 255 or 11.03% 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 #8430FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8430FF is #7BCF00. Grayscale: #5F5F5F. Windows color (decimal): -8113921 or 16724100. OLE color: 16724100.
HSL color Cylindrical-coordinate representation of color #8430FF: hue angle of 264.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8430FF is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 48 | 255 | - |
| CMYK | 0.48 | 0.81 | 0 | 0 |
| HSL | 264.35º | 1% | 0.59% | - |
| HSV(B) | 264.35º | 0.81% | 1% | - |
| XYZ | 28.62 | 14.24 | 95.85 | - |
| YUV | 96.71 | 217.33 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 255 | 0.48 | 0.81 | 0 | 0 | 264.35 | 1 | 0.59 |
| Hex | 84 | 30 | FF | 30 | 51 | 0 | 0 | 108 | 64 | 3B |
| Octal | 204 | 60 | 377 | 60 | 121 | 0 | 0 | 410 | 144 | 73 |
| Binary | 10000100 | 110000 | 11111111 | 110000 | 1010001 | 0 | 0 | 100001000 | 1100100 | 111011 |
Color Harmonies of #8430FF
Complementary color
Monochromatic Colors of #8430FF
Black with #8430FF
Text Example
Text Example
White with #8430FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430FF; }
p { color: rgb(132,48,255); }
H1.HeaderClassName
{
color: #8430FF;
}
.AnyTagClassName
{
color: #8430FF;
}
</style>
background-color css
<style>
a { background-color: #8430FF; }
a { background-color: rgb(132,48,255); }
div.DivClassName
{
background-color: #8430FF;
}
.BgClassName
{
background-color: #8430FF;
}
</style>
border-color css
<style>
span { border-color: #8430FF; }
span { border-color: rgb(132,48,255); }
td.TdClassName
{
border-color: #8430FF;
}
.TagClassName
{
border-color: #8430FF;
}
</style>