Shades of Blue Violet #8532F7
Tints of Blue Violet #8532F7
RGB
CMYK
RGB Variations
Color information
#8532F7 (or 0x8532F7) is known color: Blue Violet. HEX triplet: 85, 32 and F7. RGB value is (133,50,247). Sum of RGB (Red+Green+Blue) = 133+50+247=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #8532F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8532F7 is #7ACD08. Grayscale: #606060. Windows color (decimal): -8047881 or 16200325. OLE color: 16200325.
HSL color Cylindrical-coordinate representation of color #8532F7: hue angle of 265.28º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8532F7 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 50 | 247 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.03 |
| HSL | 265.28º | 0.92% | 0.58% | - |
| HSV(B) | 265.28º | 0.8% | 0.97% | - |
| XYZ | 27.6 | 13.98 | 89.24 | - |
| YUV | 97.28 | 212.5 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 50 | 247 | 0.46 | 0.80 | 0 | 0.03 | 265.28 | 0.92 | 0.58 |
| Hex | 85 | 32 | F7 | 2E | 50 | 0 | 3 | 109 | 5C | 3A |
| Octal | 205 | 62 | 367 | 56 | 120 | 0 | 3 | 411 | 134 | 72 |
| Binary | 10000101 | 110010 | 11110111 | 101110 | 1010000 | 0 | 11 | 100001001 | 1011100 | 111010 |
Color Harmonies of #8532F7
Complementary color
Monochromatic Colors of #8532F7
Black with #8532F7
Text Example
Text Example
White with #8532F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8532F7; }
p { color: rgb(133,50,247); }
H1.HeaderClassName
{
color: #8532F7;
}
.AnyTagClassName
{
color: #8532F7;
}
</style>
background-color css
<style>
a { background-color: #8532F7; }
a { background-color: rgb(133,50,247); }
div.DivClassName
{
background-color: #8532F7;
}
.BgClassName
{
background-color: #8532F7;
}
</style>
border-color css
<style>
span { border-color: #8532F7; }
span { border-color: rgb(133,50,247); }
td.TdClassName
{
border-color: #8532F7;
}
.TagClassName
{
border-color: #8532F7;
}
</style>