Shades of Blue Violet #8732FE
Tints of Blue Violet #8732FE
RGB
CMYK
RGB Variations
Color information
#8732FE (or 0x8732FE) is known color: Blue Violet. HEX triplet: 87, 32 and FE. RGB value is (135,50,254). Sum of RGB (Red+Green+Blue) = 135+50+254=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #8732FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8732FE is #78CD01. Grayscale: #616161. Windows color (decimal): -7916802 or 16659079. OLE color: 16659079.
HSL color Cylindrical-coordinate representation of color #8732FE: hue angle of 265º 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 #8732FE is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 50 | 254 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.00 |
| HSL | 265º | 0.99% | 0.6% | - |
| HSV(B) | 265º | 0.8% | 1% | - |
| XYZ | 29.02 | 14.59 | 95.05 | - |
| YUV | 98.67 | 215.66 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 254 | 0.47 | 0.80 | 0 | 0.00 | 265 | 0.99 | 0.6 |
| Hex | 87 | 32 | FE | 2F | 50 | 0 | 0 | 109 | 63 | 3C |
| Octal | 207 | 62 | 376 | 57 | 120 | 0 | 0 | 411 | 143 | 74 |
| Binary | 10000111 | 110010 | 11111110 | 101111 | 1010000 | 0 | 0 | 100001001 | 1100011 | 111100 |
Color Harmonies of #8732FE
Complementary color
Monochromatic Colors of #8732FE
Black with #8732FE
Text Example
Text Example
White with #8732FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8732FE; }
p { color: rgb(135,50,254); }
H1.HeaderClassName
{
color: #8732FE;
}
.AnyTagClassName
{
color: #8732FE;
}
</style>
background-color css
<style>
a { background-color: #8732FE; }
a { background-color: rgb(135,50,254); }
div.DivClassName
{
background-color: #8732FE;
}
.BgClassName
{
background-color: #8732FE;
}
</style>
border-color css
<style>
span { border-color: #8732FE; }
span { border-color: rgb(135,50,254); }
td.TdClassName
{
border-color: #8732FE;
}
.TagClassName
{
border-color: #8732FE;
}
</style>