Shades of Blue Violet #841ACF
Tints of Blue Violet #841ACF
RGB
CMYK
RGB Variations
Color information
#841ACF (or 0x841ACF) is known color: Blue Violet. HEX triplet: 84, 1A and CF. RGB value is (132,26,207). Sum of RGB (Red+Green+Blue) = 132+26+207=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #841ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ACF is #7BE530. Grayscale: #4D4D4D. Windows color (decimal): -8119601 or 13572740. OLE color: 13572740.
HSL color Cylindrical-coordinate representation of color #841ACF: hue angle of 275.14º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841ACF is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 26 | 207 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.19 |
| HSL | 275.14º | 0.78% | 0.46% | - |
| HSV(B) | 275.14º | 0.87% | 0.81% | - |
| XYZ | 21.15 | 10.15 | 59.88 | - |
| YUV | 78.33 | 200.62 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 207 | 0.36 | 0.87 | 0 | 0.19 | 275.14 | 0.78 | 0.46 |
| Hex | 84 | 1A | CF | 24 | 57 | 0 | 13 | 113 | 4E | 2E |
| Octal | 204 | 32 | 317 | 44 | 127 | 0 | 23 | 423 | 116 | 56 |
| Binary | 10000100 | 11010 | 11001111 | 100100 | 1010111 | 0 | 10011 | 100010011 | 1001110 | 101110 |
Color Harmonies of #841ACF
Complementary color
Monochromatic Colors of #841ACF
Black with #841ACF
Text Example
Text Example
White with #841ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841ACF; }
p { color: rgb(132,26,207); }
H1.HeaderClassName
{
color: #841ACF;
}
.AnyTagClassName
{
color: #841ACF;
}
</style>
background-color css
<style>
a { background-color: #841ACF; }
a { background-color: rgb(132,26,207); }
div.DivClassName
{
background-color: #841ACF;
}
.BgClassName
{
background-color: #841ACF;
}
</style>
border-color css
<style>
span { border-color: #841ACF; }
span { border-color: rgb(132,26,207); }
td.TdClassName
{
border-color: #841ACF;
}
.TagClassName
{
border-color: #841ACF;
}
</style>