Shades of Blue Violet #841AFD
Tints of Blue Violet #841AFD
RGB
CMYK
RGB Variations
Color information
#841AFD (or 0x841AFD) is known color: Blue Violet. HEX triplet: 84, 1A and FD. RGB value is (132,26,253). Sum of RGB (Red+Green+Blue) = 132+26+253=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 253 (99.22% from 255 or 61.56% from 411); Max value from RGB is 253 - color contains mainly: blue. Hex color #841AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841AFD is #7BE502. Grayscale: #525252. Windows color (decimal): -8119555 or 16587396. OLE color: 16587396.
HSL color Cylindrical-coordinate representation of color #841AFD: hue angle of 268.02º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #841AFD is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 26 | 253 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.01 |
| HSL | 268.02º | 0.98% | 0.55% | - |
| HSV(B) | 268.02º | 0.9% | 0.99% | - |
| XYZ | 27.61 | 12.74 | 93.93 | - |
| YUV | 83.57 | 223.62 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 253 | 0.48 | 0.90 | 0 | 0.01 | 268.02 | 0.98 | 0.55 |
| Hex | 84 | 1A | FD | 30 | 5A | 0 | 1 | 10C | 62 | 37 |
| Octal | 204 | 32 | 375 | 60 | 132 | 0 | 1 | 414 | 142 | 67 |
| Binary | 10000100 | 11010 | 11111101 | 110000 | 1011010 | 0 | 1 | 100001100 | 1100010 | 110111 |
Color Harmonies of #841AFD
Complementary color
Monochromatic Colors of #841AFD
Black with #841AFD
Text Example
Text Example
White with #841AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841AFD; }
p { color: rgb(132,26,253); }
H1.HeaderClassName
{
color: #841AFD;
}
.AnyTagClassName
{
color: #841AFD;
}
</style>
background-color css
<style>
a { background-color: #841AFD; }
a { background-color: rgb(132,26,253); }
div.DivClassName
{
background-color: #841AFD;
}
.BgClassName
{
background-color: #841AFD;
}
</style>
border-color css
<style>
span { border-color: #841AFD; }
span { border-color: rgb(132,26,253); }
td.TdClassName
{
border-color: #841AFD;
}
.TagClassName
{
border-color: #841AFD;
}
</style>