Shades of Blue Violet #8241CF
Tints of Blue Violet #8241CF
RGB
CMYK
RGB Variations
Color information
#8241CF (or 0x8241CF) is known color: Blue Violet. HEX triplet: 82, 41 and CF. RGB value is (130,65,207). Sum of RGB (Red+Green+Blue) = 130+65+207=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #8241CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8241CF is #7DBE30. Grayscale: #646464. Windows color (decimal): -8240689 or 13582722. OLE color: 13582722.
HSL color Cylindrical-coordinate representation of color #8241CF: hue angle of 267.46º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8241CF is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 65 | 207 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.19 |
| HSL | 267.46º | 0.6% | 0.53% | - |
| HSV(B) | 267.46º | 0.69% | 0.81% | - |
| XYZ | 22.36 | 13.03 | 60.37 | - |
| YUV | 100.62 | 188.03 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 207 | 0.37 | 0.69 | 0 | 0.19 | 267.46 | 0.6 | 0.53 |
| Hex | 82 | 41 | CF | 25 | 45 | 0 | 13 | 10B | 3C | 35 |
| Octal | 202 | 101 | 317 | 45 | 105 | 0 | 23 | 413 | 74 | 65 |
| Binary | 10000010 | 1000001 | 11001111 | 100101 | 1000101 | 0 | 10011 | 100001011 | 111100 | 110101 |
Color Harmonies of #8241CF
Complementary color
Monochromatic Colors of #8241CF
Black with #8241CF
Text Example
Text Example
White with #8241CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8241CF; }
p { color: rgb(130,65,207); }
H1.HeaderClassName
{
color: #8241CF;
}
.AnyTagClassName
{
color: #8241CF;
}
</style>
background-color css
<style>
a { background-color: #8241CF; }
a { background-color: rgb(130,65,207); }
div.DivClassName
{
background-color: #8241CF;
}
.BgClassName
{
background-color: #8241CF;
}
</style>
border-color css
<style>
span { border-color: #8241CF; }
span { border-color: rgb(130,65,207); }
td.TdClassName
{
border-color: #8241CF;
}
.TagClassName
{
border-color: #8241CF;
}
</style>