Shades of Blue Violet #8121FD
Tints of Blue Violet #8121FD
RGB
CMYK
RGB Variations
Color information
#8121FD (or 0x8121FD) is known color: Blue Violet. HEX triplet: 81, 21 and FD. RGB value is (129,33,253). Sum of RGB (Red+Green+Blue) = 129+33+253=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #8121FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8121FD is #7EDE02. Grayscale: #565656. Windows color (decimal): -8314371 or 16589185. OLE color: 16589185.
HSL color Cylindrical-coordinate representation of color #8121FD: hue angle of 266.18º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8121FD is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 33 | 253 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.01 |
| HSL | 266.18º | 0.98% | 0.56% | - |
| HSV(B) | 266.18º | 0.87% | 0.99% | - |
| XYZ | 27.33 | 12.85 | 93.97 | - |
| YUV | 86.78 | 221.8 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 253 | 0.49 | 0.87 | 0 | 0.01 | 266.18 | 0.98 | 0.56 |
| Hex | 81 | 21 | FD | 31 | 57 | 0 | 1 | 10A | 62 | 38 |
| Octal | 201 | 41 | 375 | 61 | 127 | 0 | 1 | 412 | 142 | 70 |
| Binary | 10000001 | 100001 | 11111101 | 110001 | 1010111 | 0 | 1 | 100001010 | 1100010 | 111000 |
Color Harmonies of #8121FD
Complementary color
Monochromatic Colors of #8121FD
Black with #8121FD
Text Example
Text Example
White with #8121FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8121FD; }
p { color: rgb(129,33,253); }
H1.HeaderClassName
{
color: #8121FD;
}
.AnyTagClassName
{
color: #8121FD;
}
</style>
background-color css
<style>
a { background-color: #8121FD; }
a { background-color: rgb(129,33,253); }
div.DivClassName
{
background-color: #8121FD;
}
.BgClassName
{
background-color: #8121FD;
}
</style>
border-color css
<style>
span { border-color: #8121FD; }
span { border-color: rgb(129,33,253); }
td.TdClassName
{
border-color: #8121FD;
}
.TagClassName
{
border-color: #8121FD;
}
</style>