Shades of Blue Violet #8A30FC
Tints of Blue Violet #8A30FC
RGB
CMYK
RGB Variations
Color information
#8A30FC (or 0x8A30FC) is known color: Blue Violet. HEX triplet: 8A, 30 and FC. RGB value is (138,48,252). Sum of RGB (Red+Green+Blue) = 138+48+252=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A30FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A30FC is #75CF03. Grayscale: #616161. Windows color (decimal): -7720708 or 16527498. OLE color: 16527498.
HSL color Cylindrical-coordinate representation of color #8A30FC: hue angle of 266.47º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A30FC is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 48 | 252 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.01 |
| HSL | 266.47º | 0.97% | 0.59% | - |
| HSV(B) | 266.47º | 0.81% | 0.99% | - |
| XYZ | 29.11 | 14.55 | 93.37 | - |
| YUV | 98.17 | 214.82 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 252 | 0.45 | 0.81 | 0 | 0.01 | 266.47 | 0.97 | 0.59 |
| Hex | 8A | 30 | FC | 2D | 51 | 0 | 1 | 10A | 61 | 3B |
| Octal | 212 | 60 | 374 | 55 | 121 | 0 | 1 | 412 | 141 | 73 |
| Binary | 10001010 | 110000 | 11111100 | 101101 | 1010001 | 0 | 1 | 100001010 | 1100001 | 111011 |
Color Harmonies of #8A30FC
Complementary color
Monochromatic Colors of #8A30FC
Black with #8A30FC
Text Example
Text Example
White with #8A30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30FC; }
p { color: rgb(138,48,252); }
H1.HeaderClassName
{
color: #8A30FC;
}
.AnyTagClassName
{
color: #8A30FC;
}
</style>
background-color css
<style>
a { background-color: #8A30FC; }
a { background-color: rgb(138,48,252); }
div.DivClassName
{
background-color: #8A30FC;
}
.BgClassName
{
background-color: #8A30FC;
}
</style>
border-color css
<style>
span { border-color: #8A30FC; }
span { border-color: rgb(138,48,252); }
td.TdClassName
{
border-color: #8A30FC;
}
.TagClassName
{
border-color: #8A30FC;
}
</style>