Shades of Blue Violet #8A30FB
Tints of Blue Violet #8A30FB
RGB
CMYK
RGB Variations
Color information
#8A30FB (or 0x8A30FB) is known color: Blue Violet. HEX triplet: 8A, 30 and FB. RGB value is (138,48,251). Sum of RGB (Red+Green+Blue) = 138+48+251=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A30FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A30FB is #75CF04. Grayscale: #616161. Windows color (decimal): -7720709 or 16461962. OLE color: 16461962.
HSL color Cylindrical-coordinate representation of color #8A30FB: hue angle of 266.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A30FB is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 48 | 251 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.02 |
| HSL | 266.6º | 0.96% | 0.59% | - |
| HSV(B) | 266.6º | 0.81% | 0.98% | - |
| XYZ | 28.95 | 14.48 | 92.54 | - |
| YUV | 98.05 | 214.32 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 251 | 0.45 | 0.81 | 0 | 0.02 | 266.6 | 0.96 | 0.59 |
| Hex | 8A | 30 | FB | 2D | 51 | 0 | 2 | 10B | 60 | 3B |
| Octal | 212 | 60 | 373 | 55 | 121 | 0 | 2 | 413 | 140 | 73 |
| Binary | 10001010 | 110000 | 11111011 | 101101 | 1010001 | 0 | 10 | 100001011 | 1100000 | 111011 |
Color Harmonies of #8A30FB
Complementary color
Monochromatic Colors of #8A30FB
Black with #8A30FB
Text Example
Text Example
White with #8A30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30FB; }
p { color: rgb(138,48,251); }
H1.HeaderClassName
{
color: #8A30FB;
}
.AnyTagClassName
{
color: #8A30FB;
}
</style>
background-color css
<style>
a { background-color: #8A30FB; }
a { background-color: rgb(138,48,251); }
div.DivClassName
{
background-color: #8A30FB;
}
.BgClassName
{
background-color: #8A30FB;
}
</style>
border-color css
<style>
span { border-color: #8A30FB; }
span { border-color: rgb(138,48,251); }
td.TdClassName
{
border-color: #8A30FB;
}
.TagClassName
{
border-color: #8A30FB;
}
</style>