Shades of Blue Violet #8133FA
Tints of Blue Violet #8133FA
RGB
CMYK
RGB Variations
Color information
#8133FA (or 0x8133FA) is known color: Blue Violet. HEX triplet: 81, 33 and FA. RGB value is (129,51,250). Sum of RGB (Red+Green+Blue) = 129+51+250=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #8133FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8133FA is #7ECC05. Grayscale: #606060. Windows color (decimal): -8309766 or 16397185. OLE color: 16397185.
HSL color Cylindrical-coordinate representation of color #8133FA: hue angle of 263.52º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8133FA is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 51 | 250 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.02 |
| HSL | 263.52º | 0.95% | 0.59% | - |
| HSV(B) | 263.52º | 0.8% | 0.98% | - |
| XYZ | 27.49 | 13.94 | 91.68 | - |
| YUV | 97.01 | 214.34 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 250 | 0.48 | 0.80 | 0 | 0.02 | 263.52 | 0.95 | 0.59 |
| Hex | 81 | 33 | FA | 30 | 50 | 0 | 2 | 108 | 5F | 3B |
| Octal | 201 | 63 | 372 | 60 | 120 | 0 | 2 | 410 | 137 | 73 |
| Binary | 10000001 | 110011 | 11111010 | 110000 | 1010000 | 0 | 10 | 100001000 | 1011111 | 111011 |
Color Harmonies of #8133FA
Complementary color
Monochromatic Colors of #8133FA
Black with #8133FA
Text Example
Text Example
White with #8133FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8133FA; }
p { color: rgb(129,51,250); }
H1.HeaderClassName
{
color: #8133FA;
}
.AnyTagClassName
{
color: #8133FA;
}
</style>
background-color css
<style>
a { background-color: #8133FA; }
a { background-color: rgb(129,51,250); }
div.DivClassName
{
background-color: #8133FA;
}
.BgClassName
{
background-color: #8133FA;
}
</style>
border-color css
<style>
span { border-color: #8133FA; }
span { border-color: rgb(129,51,250); }
td.TdClassName
{
border-color: #8133FA;
}
.TagClassName
{
border-color: #8133FA;
}
</style>