Shades of Blue Violet #8230E9
Tints of Blue Violet #8230E9
RGB
CMYK
RGB Variations
Color information
#8230E9 (or 0x8230E9) is known color: Blue Violet. HEX triplet: 82, 30 and E9. RGB value is (130,48,233). Sum of RGB (Red+Green+Blue) = 130+48+233=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 233 (91.41% from 255 or 56.69% from 411); Max value from RGB is 233 - color contains mainly: blue. Hex color #8230E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8230E9 is #7DCF16. Grayscale: #5C5C5C. Windows color (decimal): -8245015 or 15282306. OLE color: 15282306.
HSL color Cylindrical-coordinate representation of color #8230E9: hue angle of 266.59º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8230E9 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 48 | 233 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.09 |
| HSL | 266.59º | 0.81% | 0.55% | - |
| HSV(B) | 266.59º | 0.79% | 0.91% | - |
| XYZ | 24.97 | 12.74 | 78.23 | - |
| YUV | 93.61 | 206.67 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 233 | 0.44 | 0.79 | 0 | 0.09 | 266.59 | 0.81 | 0.55 |
| Hex | 82 | 30 | E9 | 2C | 4F | 0 | 9 | 10B | 51 | 37 |
| Octal | 202 | 60 | 351 | 54 | 117 | 0 | 11 | 413 | 121 | 67 |
| Binary | 10000010 | 110000 | 11101001 | 101100 | 1001111 | 0 | 1001 | 100001011 | 1010001 | 110111 |
Color Harmonies of #8230E9
Complementary color
Monochromatic Colors of #8230E9
Black with #8230E9
Text Example
Text Example
White with #8230E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8230E9; }
p { color: rgb(130,48,233); }
H1.HeaderClassName
{
color: #8230E9;
}
.AnyTagClassName
{
color: #8230E9;
}
</style>
background-color css
<style>
a { background-color: #8230E9; }
a { background-color: rgb(130,48,233); }
div.DivClassName
{
background-color: #8230E9;
}
.BgClassName
{
background-color: #8230E9;
}
</style>
border-color css
<style>
span { border-color: #8230E9; }
span { border-color: rgb(130,48,233); }
td.TdClassName
{
border-color: #8230E9;
}
.TagClassName
{
border-color: #8230E9;
}
</style>