Shades of Blue Violet #8230CE
Tints of Blue Violet #8230CE
RGB
CMYK
RGB Variations
Color information
#8230CE (or 0x8230CE) is known color: Blue Violet. HEX triplet: 82, 30 and CE. RGB value is (130,48,206). Sum of RGB (Red+Green+Blue) = 130+48+206=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #8230CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8230CE is #7DCF31. Grayscale: #595959. Windows color (decimal): -8245042 or 13512834. OLE color: 13512834.
HSL color Cylindrical-coordinate representation of color #8230CE: hue angle of 271.14º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8230CE is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 48 | 206 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.19 |
| HSL | 271.14º | 0.62% | 0.5% | - |
| HSV(B) | 271.14º | 0.77% | 0.81% | - |
| XYZ | 21.4 | 11.32 | 59.45 | - |
| YUV | 90.53 | 193.17 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 206 | 0.37 | 0.77 | 0 | 0.19 | 271.14 | 0.62 | 0.5 |
| Hex | 82 | 30 | CE | 25 | 4D | 0 | 13 | 10F | 3E | 32 |
| Octal | 202 | 60 | 316 | 45 | 115 | 0 | 23 | 417 | 76 | 62 |
| Binary | 10000010 | 110000 | 11001110 | 100101 | 1001101 | 0 | 10011 | 100001111 | 111110 | 110010 |
Color Harmonies of #8230CE
Complementary color
Monochromatic Colors of #8230CE
Black with #8230CE
Text Example
Text Example
White with #8230CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8230CE; }
p { color: rgb(130,48,206); }
H1.HeaderClassName
{
color: #8230CE;
}
.AnyTagClassName
{
color: #8230CE;
}
</style>
background-color css
<style>
a { background-color: #8230CE; }
a { background-color: rgb(130,48,206); }
div.DivClassName
{
background-color: #8230CE;
}
.BgClassName
{
background-color: #8230CE;
}
</style>
border-color css
<style>
span { border-color: #8230CE; }
span { border-color: rgb(130,48,206); }
td.TdClassName
{
border-color: #8230CE;
}
.TagClassName
{
border-color: #8230CE;
}
</style>