Shades of Blue Violet #8227CF
Tints of Blue Violet #8227CF
RGB
CMYK
RGB Variations
Color information
#8227CF (or 0x8227CF) is known color: Blue Violet. HEX triplet: 82, 27 and CF. RGB value is (130,39,207). Sum of RGB (Red+Green+Blue) = 130+39+207=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #8227CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8227CF is #7DD830. Grayscale: #545454. Windows color (decimal): -8247345 or 13576066. OLE color: 13576066.
HSL color Cylindrical-coordinate representation of color #8227CF: hue angle of 272.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8227CF is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 39 | 207 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.19 |
| HSL | 272.5º | 0.68% | 0.48% | - |
| HSV(B) | 272.5º | 0.81% | 0.81% | - |
| XYZ | 21.19 | 10.7 | 59.98 | - |
| YUV | 85.36 | 196.65 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 207 | 0.37 | 0.81 | 0 | 0.19 | 272.5 | 0.68 | 0.48 |
| Hex | 82 | 27 | CF | 25 | 51 | 0 | 13 | 110 | 44 | 30 |
| Octal | 202 | 47 | 317 | 45 | 121 | 0 | 23 | 420 | 104 | 60 |
| Binary | 10000010 | 100111 | 11001111 | 100101 | 1010001 | 0 | 10011 | 100010000 | 1000100 | 110000 |
Color Harmonies of #8227CF
Complementary color
Monochromatic Colors of #8227CF
Black with #8227CF
Text Example
Text Example
White with #8227CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8227CF; }
p { color: rgb(130,39,207); }
H1.HeaderClassName
{
color: #8227CF;
}
.AnyTagClassName
{
color: #8227CF;
}
</style>
background-color css
<style>
a { background-color: #8227CF; }
a { background-color: rgb(130,39,207); }
div.DivClassName
{
background-color: #8227CF;
}
.BgClassName
{
background-color: #8227CF;
}
</style>
border-color css
<style>
span { border-color: #8227CF; }
span { border-color: rgb(130,39,207); }
td.TdClassName
{
border-color: #8227CF;
}
.TagClassName
{
border-color: #8227CF;
}
</style>