Shades of Blue Violet #841CFD
Tints of Blue Violet #841CFD
RGB
CMYK
RGB Variations
Color information
#841CFD (or 0x841CFD) is known color: Blue Violet. HEX triplet: 84, 1C and FD. RGB value is (132,28,253). Sum of RGB (Red+Green+Blue) = 132+28+253=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #841CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CFD is #7BE302. Grayscale: #535353. Windows color (decimal): -8119043 or 16587908. OLE color: 16587908.
HSL color Cylindrical-coordinate representation of color #841CFD: hue angle of 267.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841CFD is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 28 | 253 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.01 |
| HSL | 267.73º | 0.98% | 0.55% | - |
| HSV(B) | 267.73º | 0.89% | 0.99% | - |
| XYZ | 27.66 | 12.83 | 93.95 | - |
| YUV | 84.75 | 222.96 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 28 | 253 | 0.48 | 0.89 | 0 | 0.01 | 267.73 | 0.98 | 0.55 |
| Hex | 84 | 1C | FD | 30 | 59 | 0 | 1 | 10C | 62 | 37 |
| Octal | 204 | 34 | 375 | 60 | 131 | 0 | 1 | 414 | 142 | 67 |
| Binary | 10000100 | 11100 | 11111101 | 110000 | 1011001 | 0 | 1 | 100001100 | 1100010 | 110111 |
Color Harmonies of #841CFD
Complementary color
Monochromatic Colors of #841CFD
Black with #841CFD
Text Example
Text Example
White with #841CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841CFD; }
p { color: rgb(132,28,253); }
H1.HeaderClassName
{
color: #841CFD;
}
.AnyTagClassName
{
color: #841CFD;
}
</style>
background-color css
<style>
a { background-color: #841CFD; }
a { background-color: rgb(132,28,253); }
div.DivClassName
{
background-color: #841CFD;
}
.BgClassName
{
background-color: #841CFD;
}
</style>
border-color css
<style>
span { border-color: #841CFD; }
span { border-color: rgb(132,28,253); }
td.TdClassName
{
border-color: #841CFD;
}
.TagClassName
{
border-color: #841CFD;
}
</style>