Shades of Blue Violet #8A3FFA
Tints of Blue Violet #8A3FFA
RGB
CMYK
RGB Variations
Color information
#8A3FFA (or 0x8A3FFA) is known color: Blue Violet. HEX triplet: 8A, 3F and FA. RGB value is (138,63,250). Sum of RGB (Red+Green+Blue) = 138+63+250=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A3FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3FFA is #75C005. Grayscale: #6A6A6A. Windows color (decimal): -7716870 or 16400266. OLE color: 16400266.
HSL color Cylindrical-coordinate representation of color #8A3FFA: hue angle of 264.06º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A3FFA is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 63 | 250 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.02 |
| HSL | 264.06º | 0.95% | 0.61% | - |
| HSV(B) | 264.06º | 0.75% | 0.98% | - |
| XYZ | 29.51 | 15.86 | 91.95 | - |
| YUV | 106.74 | 208.85 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 250 | 0.45 | 0.75 | 0 | 0.02 | 264.06 | 0.95 | 0.61 |
| Hex | 8A | 3F | FA | 2D | 4B | 0 | 2 | 108 | 5F | 3D |
| Octal | 212 | 77 | 372 | 55 | 113 | 0 | 2 | 410 | 137 | 75 |
| Binary | 10001010 | 111111 | 11111010 | 101101 | 1001011 | 0 | 10 | 100001000 | 1011111 | 111101 |
Color Harmonies of #8A3FFA
Complementary color
Monochromatic Colors of #8A3FFA
Black with #8A3FFA
Text Example
Text Example
White with #8A3FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3FFA; }
p { color: rgb(138,63,250); }
H1.HeaderClassName
{
color: #8A3FFA;
}
.AnyTagClassName
{
color: #8A3FFA;
}
</style>
background-color css
<style>
a { background-color: #8A3FFA; }
a { background-color: rgb(138,63,250); }
div.DivClassName
{
background-color: #8A3FFA;
}
.BgClassName
{
background-color: #8A3FFA;
}
</style>
border-color css
<style>
span { border-color: #8A3FFA; }
span { border-color: rgb(138,63,250); }
td.TdClassName
{
border-color: #8A3FFA;
}
.TagClassName
{
border-color: #8A3FFA;
}
</style>