Shades of Blue Violet #8A30F6
Tints of Blue Violet #8A30F6
RGB
CMYK
RGB Variations
Color information
#8A30F6 (or 0x8A30F6) is known color: Blue Violet. HEX triplet: 8A, 30 and F6. RGB value is (138,48,246). Sum of RGB (Red+Green+Blue) = 138+48+246=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #8A30F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A30F6 is #75CF09. Grayscale: #606060. Windows color (decimal): -7720714 or 16134282. OLE color: 16134282.
HSL color Cylindrical-coordinate representation of color #8A30F6: hue angle of 267.27º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A30F6 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 48 | 246 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.04 |
| HSL | 267.27º | 0.92% | 0.58% | - |
| HSV(B) | 267.27º | 0.8% | 0.96% | - |
| XYZ | 28.17 | 14.17 | 88.44 | - |
| YUV | 97.48 | 211.82 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 246 | 0.44 | 0.80 | 0 | 0.04 | 267.27 | 0.92 | 0.58 |
| Hex | 8A | 30 | F6 | 2C | 50 | 0 | 4 | 10B | 5C | 3A |
| Octal | 212 | 60 | 366 | 54 | 120 | 0 | 4 | 413 | 134 | 72 |
| Binary | 10001010 | 110000 | 11110110 | 101100 | 1010000 | 0 | 100 | 100001011 | 1011100 | 111010 |
Color Harmonies of #8A30F6
Complementary color
Monochromatic Colors of #8A30F6
Black with #8A30F6
Text Example
Text Example
White with #8A30F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30F6; }
p { color: rgb(138,48,246); }
H1.HeaderClassName
{
color: #8A30F6;
}
.AnyTagClassName
{
color: #8A30F6;
}
</style>
background-color css
<style>
a { background-color: #8A30F6; }
a { background-color: rgb(138,48,246); }
div.DivClassName
{
background-color: #8A30F6;
}
.BgClassName
{
background-color: #8A30F6;
}
</style>
border-color css
<style>
span { border-color: #8A30F6; }
span { border-color: rgb(138,48,246); }
td.TdClassName
{
border-color: #8A30F6;
}
.TagClassName
{
border-color: #8A30F6;
}
</style>