Shades of Blue Violet #8630FA
Tints of Blue Violet #8630FA
RGB
CMYK
RGB Variations
Color information
#8630FA (or 0x8630FA) is known color: Blue Violet. HEX triplet: 86, 30 and FA. RGB value is (134,48,250). Sum of RGB (Red+Green+Blue) = 134+48+250=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #8630FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8630FA is #79CF05. Grayscale: #606060. Windows color (decimal): -7982854 or 16396422. OLE color: 16396422.
HSL color Cylindrical-coordinate representation of color #8630FA: hue angle of 265.54º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8630FA is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 48 | 250 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.02 |
| HSL | 265.54º | 0.95% | 0.58% | - |
| HSV(B) | 265.54º | 0.81% | 0.98% | - |
| XYZ | 28.14 | 14.08 | 91.68 | - |
| YUV | 96.74 | 214.49 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 250 | 0.46 | 0.81 | 0 | 0.02 | 265.54 | 0.95 | 0.58 |
| Hex | 86 | 30 | FA | 2E | 51 | 0 | 2 | 10A | 5F | 3A |
| Octal | 206 | 60 | 372 | 56 | 121 | 0 | 2 | 412 | 137 | 72 |
| Binary | 10000110 | 110000 | 11111010 | 101110 | 1010001 | 0 | 10 | 100001010 | 1011111 | 111010 |
Color Harmonies of #8630FA
Complementary color
Monochromatic Colors of #8630FA
Black with #8630FA
Text Example
Text Example
White with #8630FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8630FA; }
p { color: rgb(134,48,250); }
H1.HeaderClassName
{
color: #8630FA;
}
.AnyTagClassName
{
color: #8630FA;
}
</style>
background-color css
<style>
a { background-color: #8630FA; }
a { background-color: rgb(134,48,250); }
div.DivClassName
{
background-color: #8630FA;
}
.BgClassName
{
background-color: #8630FA;
}
</style>
border-color css
<style>
span { border-color: #8630FA; }
span { border-color: rgb(134,48,250); }
td.TdClassName
{
border-color: #8630FA;
}
.TagClassName
{
border-color: #8630FA;
}
</style>