Shades of Blue Violet #8247CF
Tints of Blue Violet #8247CF
RGB
CMYK
RGB Variations
Color information
#8247CF (or 0x8247CF) is known color: Blue Violet. HEX triplet: 82, 47 and CF. RGB value is (130,71,207). Sum of RGB (Red+Green+Blue) = 130+71+207=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #8247CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8247CF is #7DB830. Grayscale: #676767. Windows color (decimal): -8239153 or 13584258. OLE color: 13584258.
HSL color Cylindrical-coordinate representation of color #8247CF: hue angle of 266.03º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8247CF is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 71 | 207 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.19 |
| HSL | 266.03º | 0.59% | 0.55% | - |
| HSV(B) | 266.03º | 0.66% | 0.81% | - |
| XYZ | 22.72 | 13.76 | 60.49 | - |
| YUV | 104.15 | 186.05 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 207 | 0.37 | 0.66 | 0 | 0.19 | 266.03 | 0.59 | 0.55 |
| Hex | 82 | 47 | CF | 25 | 42 | 0 | 13 | 10A | 3B | 37 |
| Octal | 202 | 107 | 317 | 45 | 102 | 0 | 23 | 412 | 73 | 67 |
| Binary | 10000010 | 1000111 | 11001111 | 100101 | 1000010 | 0 | 10011 | 100001010 | 111011 | 110111 |
Color Harmonies of #8247CF
Complementary color
Monochromatic Colors of #8247CF
Black with #8247CF
Text Example
Text Example
White with #8247CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8247CF; }
p { color: rgb(130,71,207); }
H1.HeaderClassName
{
color: #8247CF;
}
.AnyTagClassName
{
color: #8247CF;
}
</style>
background-color css
<style>
a { background-color: #8247CF; }
a { background-color: rgb(130,71,207); }
div.DivClassName
{
background-color: #8247CF;
}
.BgClassName
{
background-color: #8247CF;
}
</style>
border-color css
<style>
span { border-color: #8247CF; }
span { border-color: rgb(130,71,207); }
td.TdClassName
{
border-color: #8247CF;
}
.TagClassName
{
border-color: #8247CF;
}
</style>