Shades of Blue Violet #8041CF
Tints of Blue Violet #8041CF
RGB
CMYK
RGB Variations
Color information
#8041CF (or 0x8041CF) is known color: Blue Violet. HEX triplet: 80, 41 and CF. RGB value is (128,65,207). Sum of RGB (Red+Green+Blue) = 128+65+207=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #8041CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041CF is #7FBE30. Grayscale: #636363. Windows color (decimal): -8371761 or 13582720. OLE color: 13582720.
HSL color Cylindrical-coordinate representation of color #8041CF: hue angle of 266.62º 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 #8041CF is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 65 | 207 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.19 |
| HSL | 266.62º | 0.6% | 0.53% | - |
| HSV(B) | 266.62º | 0.69% | 0.81% | - |
| XYZ | 22.05 | 12.87 | 60.35 | - |
| YUV | 100.03 | 188.37 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 207 | 0.38 | 0.69 | 0 | 0.19 | 266.62 | 0.6 | 0.53 |
| Hex | 80 | 41 | CF | 26 | 45 | 0 | 13 | 10B | 3C | 35 |
| Octal | 200 | 101 | 317 | 46 | 105 | 0 | 23 | 413 | 74 | 65 |
| Binary | 10000000 | 1000001 | 11001111 | 100110 | 1000101 | 0 | 10011 | 100001011 | 111100 | 110101 |
Color Harmonies of #8041CF
Complementary color
Monochromatic Colors of #8041CF
Black with #8041CF
Text Example
Text Example
White with #8041CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041CF; }
p { color: rgb(128,65,207); }
H1.HeaderClassName
{
color: #8041CF;
}
.AnyTagClassName
{
color: #8041CF;
}
</style>
background-color css
<style>
a { background-color: #8041CF; }
a { background-color: rgb(128,65,207); }
div.DivClassName
{
background-color: #8041CF;
}
.BgClassName
{
background-color: #8041CF;
}
</style>
border-color css
<style>
span { border-color: #8041CF; }
span { border-color: rgb(128,65,207); }
td.TdClassName
{
border-color: #8041CF;
}
.TagClassName
{
border-color: #8041CF;
}
</style>