Shades of Blue Violet #8C32FE
Tints of Blue Violet #8C32FE
RGB
CMYK
RGB Variations
Color information
#8C32FE (or 0x8C32FE) is known color: Blue Violet. HEX triplet: 8C, 32 and FE. RGB value is (140,50,254). Sum of RGB (Red+Green+Blue) = 140+50+254=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C32FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C32FE is #73CD01. Grayscale: #636363. Windows color (decimal): -7589122 or 16659084. OLE color: 16659084.
HSL color Cylindrical-coordinate representation of color #8C32FE: hue angle of 266.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C32FE is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 50 | 254 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.00 |
| HSL | 266.47º | 0.99% | 0.6% | - |
| HSV(B) | 266.47º | 0.8% | 1% | - |
| XYZ | 29.85 | 15.01 | 95.09 | - |
| YUV | 100.17 | 214.82 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 254 | 0.45 | 0.80 | 0 | 0.00 | 266.47 | 0.99 | 0.6 |
| Hex | 8C | 32 | FE | 2D | 50 | 0 | 0 | 10A | 63 | 3C |
| Octal | 214 | 62 | 376 | 55 | 120 | 0 | 0 | 412 | 143 | 74 |
| Binary | 10001100 | 110010 | 11111110 | 101101 | 1010000 | 0 | 0 | 100001010 | 1100011 | 111100 |
Color Harmonies of #8C32FE
Complementary color
Monochromatic Colors of #8C32FE
Black with #8C32FE
Text Example
Text Example
White with #8C32FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C32FE; }
p { color: rgb(140,50,254); }
H1.HeaderClassName
{
color: #8C32FE;
}
.AnyTagClassName
{
color: #8C32FE;
}
</style>
background-color css
<style>
a { background-color: #8C32FE; }
a { background-color: rgb(140,50,254); }
div.DivClassName
{
background-color: #8C32FE;
}
.BgClassName
{
background-color: #8C32FE;
}
</style>
border-color css
<style>
span { border-color: #8C32FE; }
span { border-color: rgb(140,50,254); }
td.TdClassName
{
border-color: #8C32FE;
}
.TagClassName
{
border-color: #8C32FE;
}
</style>