Shades of Blue Violet #8225CE
Tints of Blue Violet #8225CE
RGB
CMYK
RGB Variations
Color information
#8225CE (or 0x8225CE) is known color: Blue Violet. HEX triplet: 82, 25 and CE. RGB value is (130,37,206). Sum of RGB (Red+Green+Blue) = 130+37+206=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #8225CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8225CE is #7DDA31. Grayscale: #535353. Windows color (decimal): -8247858 or 13510018. OLE color: 13510018.
HSL color Cylindrical-coordinate representation of color #8225CE: hue angle of 273.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8225CE is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 37 | 206 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.19 |
| HSL | 273.02º | 0.7% | 0.48% | - |
| HSV(B) | 273.02º | 0.82% | 0.81% | - |
| XYZ | 21.01 | 10.53 | 59.32 | - |
| YUV | 84.07 | 196.81 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 206 | 0.37 | 0.82 | 0 | 0.19 | 273.02 | 0.7 | 0.48 |
| Hex | 82 | 25 | CE | 25 | 52 | 0 | 13 | 111 | 46 | 30 |
| Octal | 202 | 45 | 316 | 45 | 122 | 0 | 23 | 421 | 106 | 60 |
| Binary | 10000010 | 100101 | 11001110 | 100101 | 1010010 | 0 | 10011 | 100010001 | 1000110 | 110000 |
Color Harmonies of #8225CE
Complementary color
Monochromatic Colors of #8225CE
Black with #8225CE
Text Example
Text Example
White with #8225CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8225CE; }
p { color: rgb(130,37,206); }
H1.HeaderClassName
{
color: #8225CE;
}
.AnyTagClassName
{
color: #8225CE;
}
</style>
background-color css
<style>
a { background-color: #8225CE; }
a { background-color: rgb(130,37,206); }
div.DivClassName
{
background-color: #8225CE;
}
.BgClassName
{
background-color: #8225CE;
}
</style>
border-color css
<style>
span { border-color: #8225CE; }
span { border-color: rgb(130,37,206); }
td.TdClassName
{
border-color: #8225CE;
}
.TagClassName
{
border-color: #8225CE;
}
</style>