Shades of Blue Violet #8226CA
Tints of Blue Violet #8226CA
RGB
CMYK
RGB Variations
Color information
#8226CA (or 0x8226CA) is known color: Blue Violet. HEX triplet: 82, 26 and CA. RGB value is (130,38,202). Sum of RGB (Red+Green+Blue) = 130+38+202=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #8226CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8226CA is #7DD935. Grayscale: #535353. Windows color (decimal): -8247606 or 13248130. OLE color: 13248130.
HSL color Cylindrical-coordinate representation of color #8226CA: hue angle of 273.66º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8226CA is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 38 | 202 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.21 |
| HSL | 273.66º | 0.68% | 0.47% | - |
| HSV(B) | 273.66º | 0.81% | 0.79% | - |
| XYZ | 20.56 | 10.4 | 56.8 | - |
| YUV | 84.2 | 194.48 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 202 | 0.36 | 0.81 | 0 | 0.21 | 273.66 | 0.68 | 0.47 |
| Hex | 82 | 26 | CA | 24 | 51 | 0 | 15 | 112 | 44 | 2F |
| Octal | 202 | 46 | 312 | 44 | 121 | 0 | 25 | 422 | 104 | 57 |
| Binary | 10000010 | 100110 | 11001010 | 100100 | 1010001 | 0 | 10101 | 100010010 | 1000100 | 101111 |
Color Harmonies of #8226CA
Complementary color
Monochromatic Colors of #8226CA
Black with #8226CA
Text Example
Text Example
White with #8226CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8226CA; }
p { color: rgb(130,38,202); }
H1.HeaderClassName
{
color: #8226CA;
}
.AnyTagClassName
{
color: #8226CA;
}
</style>
background-color css
<style>
a { background-color: #8226CA; }
a { background-color: rgb(130,38,202); }
div.DivClassName
{
background-color: #8226CA;
}
.BgClassName
{
background-color: #8226CA;
}
</style>
border-color css
<style>
span { border-color: #8226CA; }
span { border-color: rgb(130,38,202); }
td.TdClassName
{
border-color: #8226CA;
}
.TagClassName
{
border-color: #8226CA;
}
</style>