Shades of Blue Violet #8428CF
Tints of Blue Violet #8428CF
RGB
CMYK
RGB Variations
Color information
#8428CF (or 0x8428CF) is known color: Blue Violet. HEX triplet: 84, 28 and CF. RGB value is (132,40,207). Sum of RGB (Red+Green+Blue) = 132+40+207=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #8428CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8428CF is #7BD730. Grayscale: #555555. Windows color (decimal): -8116017 or 13576324. OLE color: 13576324.
HSL color Cylindrical-coordinate representation of color #8428CF: hue angle of 273.05º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8428CF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 40 | 207 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.19 |
| HSL | 273.05º | 0.68% | 0.48% | - |
| HSV(B) | 273.05º | 0.81% | 0.81% | - |
| XYZ | 21.54 | 10.93 | 60.01 | - |
| YUV | 86.55 | 195.98 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 207 | 0.36 | 0.81 | 0 | 0.19 | 273.05 | 0.68 | 0.48 |
| Hex | 84 | 28 | CF | 24 | 51 | 0 | 13 | 111 | 44 | 30 |
| Octal | 204 | 50 | 317 | 44 | 121 | 0 | 23 | 421 | 104 | 60 |
| Binary | 10000100 | 101000 | 11001111 | 100100 | 1010001 | 0 | 10011 | 100010001 | 1000100 | 110000 |
Color Harmonies of #8428CF
Complementary color
Monochromatic Colors of #8428CF
Black with #8428CF
Text Example
Text Example
White with #8428CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8428CF; }
p { color: rgb(132,40,207); }
H1.HeaderClassName
{
color: #8428CF;
}
.AnyTagClassName
{
color: #8428CF;
}
</style>
background-color css
<style>
a { background-color: #8428CF; }
a { background-color: rgb(132,40,207); }
div.DivClassName
{
background-color: #8428CF;
}
.BgClassName
{
background-color: #8428CF;
}
</style>
border-color css
<style>
span { border-color: #8428CF; }
span { border-color: rgb(132,40,207); }
td.TdClassName
{
border-color: #8428CF;
}
.TagClassName
{
border-color: #8428CF;
}
</style>