Shades of Blue Violet #8232F7
Tints of Blue Violet #8232F7
RGB
CMYK
RGB Variations
Color information
#8232F7 (or 0x8232F7) is known color: Blue Violet. HEX triplet: 82, 32 and F7. RGB value is (130,50,247). Sum of RGB (Red+Green+Blue) = 130+50+247=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 247 (96.88% from 255 or 57.85% from 427); Max value from RGB is 247 - color contains mainly: blue. Hex color #8232F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8232F7 is #7DCD08. Grayscale: #5F5F5F. Windows color (decimal): -8244489 or 16200322. OLE color: 16200322.
HSL color Cylindrical-coordinate representation of color #8232F7: hue angle of 264.37º 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 #8232F7 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 50 | 247 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.03 |
| HSL | 264.37º | 0.92% | 0.58% | - |
| HSV(B) | 264.37º | 0.8% | 0.97% | - |
| XYZ | 27.14 | 13.74 | 89.22 | - |
| YUV | 96.38 | 213 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 247 | 0.47 | 0.80 | 0 | 0.03 | 264.37 | 0.92 | 0.58 |
| Hex | 82 | 32 | F7 | 2F | 50 | 0 | 3 | 108 | 5C | 3A |
| Octal | 202 | 62 | 367 | 57 | 120 | 0 | 3 | 410 | 134 | 72 |
| Binary | 10000010 | 110010 | 11110111 | 101111 | 1010000 | 0 | 11 | 100001000 | 1011100 | 111010 |
Color Harmonies of #8232F7
Complementary color
Monochromatic Colors of #8232F7
Black with #8232F7
Text Example
Text Example
White with #8232F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232F7; }
p { color: rgb(130,50,247); }
H1.HeaderClassName
{
color: #8232F7;
}
.AnyTagClassName
{
color: #8232F7;
}
</style>
background-color css
<style>
a { background-color: #8232F7; }
a { background-color: rgb(130,50,247); }
div.DivClassName
{
background-color: #8232F7;
}
.BgClassName
{
background-color: #8232F7;
}
</style>
border-color css
<style>
span { border-color: #8232F7; }
span { border-color: rgb(130,50,247); }
td.TdClassName
{
border-color: #8232F7;
}
.TagClassName
{
border-color: #8232F7;
}
</style>