Shades of Blue Violet #8732FF
Tints of Blue Violet #8732FF
RGB
CMYK
RGB Variations
Color information
#8732FF (or 0x8732FF) is known color: Blue Violet. HEX triplet: 87, 32 and FF. RGB value is (135,50,255). Sum of RGB (Red+Green+Blue) = 135+50+255=440 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.68% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #8732FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8732FF is #78CD00. Grayscale: #626262. Windows color (decimal): -7916801 or 16724615. OLE color: 16724615.
HSL color Cylindrical-coordinate representation of color #8732FF: hue angle of 264.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8732FF is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 50 | 255 | - |
| CMYK | 0.47 | 0.80 | 0 | 0 |
| HSL | 264.88º | 1% | 0.6% | - |
| HSV(B) | 264.88º | 0.8% | 1% | - |
| XYZ | 29.18 | 14.65 | 95.9 | - |
| YUV | 98.79 | 216.16 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 255 | 0.47 | 0.80 | 0 | 0 | 264.88 | 1 | 0.6 |
| Hex | 87 | 32 | FF | 2F | 50 | 0 | 0 | 109 | 64 | 3C |
| Octal | 207 | 62 | 377 | 57 | 120 | 0 | 0 | 411 | 144 | 74 |
| Binary | 10000111 | 110010 | 11111111 | 101111 | 1010000 | 0 | 0 | 100001001 | 1100100 | 111100 |
Color Harmonies of #8732FF
Complementary color
Monochromatic Colors of #8732FF
Black with #8732FF
Text Example
Text Example
White with #8732FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8732FF; }
p { color: rgb(135,50,255); }
H1.HeaderClassName
{
color: #8732FF;
}
.AnyTagClassName
{
color: #8732FF;
}
</style>
background-color css
<style>
a { background-color: #8732FF; }
a { background-color: rgb(135,50,255); }
div.DivClassName
{
background-color: #8732FF;
}
.BgClassName
{
background-color: #8732FF;
}
</style>
border-color css
<style>
span { border-color: #8732FF; }
span { border-color: rgb(135,50,255); }
td.TdClassName
{
border-color: #8732FF;
}
.TagClassName
{
border-color: #8732FF;
}
</style>