Shades of Blue Violet #8041FD
Tints of Blue Violet #8041FD
RGB
CMYK
RGB Variations
Color information
#8041FD (or 0x8041FD) is known color: Blue Violet. HEX triplet: 80, 41 and FD. RGB value is (128,65,253). Sum of RGB (Red+Green+Blue) = 128+65+253=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #8041FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8041FD is #7FBE02. Grayscale: #686868. Windows color (decimal): -8371715 or 16597376. OLE color: 16597376.
HSL color Cylindrical-coordinate representation of color #8041FD: hue angle of 260.11º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8041FD is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 65 | 253 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.01 |
| HSL | 260.11º | 0.98% | 0.62% | - |
| HSV(B) | 260.11º | 0.74% | 0.99% | - |
| XYZ | 28.52 | 15.46 | 94.41 | - |
| YUV | 105.27 | 211.37 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 253 | 0.49 | 0.74 | 0 | 0.01 | 260.11 | 0.98 | 0.62 |
| Hex | 80 | 41 | FD | 31 | 4A | 0 | 1 | 104 | 62 | 3E |
| Octal | 200 | 101 | 375 | 61 | 112 | 0 | 1 | 404 | 142 | 76 |
| Binary | 10000000 | 1000001 | 11111101 | 110001 | 1001010 | 0 | 1 | 100000100 | 1100010 | 111110 |
Color Harmonies of #8041FD
Complementary color
Monochromatic Colors of #8041FD
Black with #8041FD
Text Example
Text Example
White with #8041FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041FD; }
p { color: rgb(128,65,253); }
H1.HeaderClassName
{
color: #8041FD;
}
.AnyTagClassName
{
color: #8041FD;
}
</style>
background-color css
<style>
a { background-color: #8041FD; }
a { background-color: rgb(128,65,253); }
div.DivClassName
{
background-color: #8041FD;
}
.BgClassName
{
background-color: #8041FD;
}
</style>
border-color css
<style>
span { border-color: #8041FD; }
span { border-color: rgb(128,65,253); }
td.TdClassName
{
border-color: #8041FD;
}
.TagClassName
{
border-color: #8041FD;
}
</style>