Shades of Blue Violet #8229FA
Tints of Blue Violet #8229FA
RGB
CMYK
RGB Variations
Color information
#8229FA (or 0x8229FA) is known color: Blue Violet. HEX triplet: 82, 29 and FA. RGB value is (130,41,250). Sum of RGB (Red+Green+Blue) = 130+41+250=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #8229FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8229FA is #7DD605. Grayscale: #5A5A5A. Windows color (decimal): -8246790 or 16394626. OLE color: 16394626.
HSL color Cylindrical-coordinate representation of color #8229FA: hue angle of 265.55º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8229FA is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 41 | 250 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.02 |
| HSL | 265.55º | 0.95% | 0.57% | - |
| HSV(B) | 265.55º | 0.84% | 0.98% | - |
| XYZ | 27.25 | 13.23 | 91.56 | - |
| YUV | 91.44 | 217.49 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 250 | 0.48 | 0.84 | 0 | 0.02 | 265.55 | 0.95 | 0.57 |
| Hex | 82 | 29 | FA | 30 | 54 | 0 | 2 | 10A | 5F | 39 |
| Octal | 202 | 51 | 372 | 60 | 124 | 0 | 2 | 412 | 137 | 71 |
| Binary | 10000010 | 101001 | 11111010 | 110000 | 1010100 | 0 | 10 | 100001010 | 1011111 | 111001 |
Color Harmonies of #8229FA
Complementary color
Monochromatic Colors of #8229FA
Black with #8229FA
Text Example
Text Example
White with #8229FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8229FA; }
p { color: rgb(130,41,250); }
H1.HeaderClassName
{
color: #8229FA;
}
.AnyTagClassName
{
color: #8229FA;
}
</style>
background-color css
<style>
a { background-color: #8229FA; }
a { background-color: rgb(130,41,250); }
div.DivClassName
{
background-color: #8229FA;
}
.BgClassName
{
background-color: #8229FA;
}
</style>
border-color css
<style>
span { border-color: #8229FA; }
span { border-color: rgb(130,41,250); }
td.TdClassName
{
border-color: #8229FA;
}
.TagClassName
{
border-color: #8229FA;
}
</style>