Shades of Blue Violet #8427FF
Tints of Blue Violet #8427FF
RGB
CMYK
RGB Variations
Color information
#8427FF (or 0x8427FF) is known color: Blue Violet. HEX triplet: 84, 27 and FF. RGB value is (132,39,255). Sum of RGB (Red+Green+Blue) = 132+39+255=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #8427FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8427FF is #7BD800. Grayscale: #5A5A5A. Windows color (decimal): -8116225 or 16721796. OLE color: 16721796.
HSL color Cylindrical-coordinate representation of color #8427FF: hue angle of 265.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8427FF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 39 | 255 | - |
| CMYK | 0.48 | 0.85 | 0 | 0 |
| HSL | 265.83º | 1% | 0.58% | - |
| HSV(B) | 265.83º | 0.85% | 1% | - |
| XYZ | 28.29 | 13.58 | 95.74 | - |
| YUV | 91.43 | 220.31 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 255 | 0.48 | 0.85 | 0 | 0 | 265.83 | 1 | 0.58 |
| Hex | 84 | 27 | FF | 30 | 55 | 0 | 0 | 10A | 64 | 3A |
| Octal | 204 | 47 | 377 | 60 | 125 | 0 | 0 | 412 | 144 | 72 |
| Binary | 10000100 | 100111 | 11111111 | 110000 | 1010101 | 0 | 0 | 100001010 | 1100100 | 111010 |
Color Harmonies of #8427FF
Complementary color
Monochromatic Colors of #8427FF
Black with #8427FF
Text Example
Text Example
White with #8427FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8427FF; }
p { color: rgb(132,39,255); }
H1.HeaderClassName
{
color: #8427FF;
}
.AnyTagClassName
{
color: #8427FF;
}
</style>
background-color css
<style>
a { background-color: #8427FF; }
a { background-color: rgb(132,39,255); }
div.DivClassName
{
background-color: #8427FF;
}
.BgClassName
{
background-color: #8427FF;
}
</style>
border-color css
<style>
span { border-color: #8427FF; }
span { border-color: rgb(132,39,255); }
td.TdClassName
{
border-color: #8427FF;
}
.TagClassName
{
border-color: #8427FF;
}
</style>