Shades of Blue Violet #8037F7
Tints of Blue Violet #8037F7
RGB
CMYK
RGB Variations
Color information
#8037F7 (or 0x8037F7) is known color: Blue Violet. HEX triplet: 80, 37 and F7. RGB value is (128,55,247). Sum of RGB (Red+Green+Blue) = 128+55+247=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 55 (21.88% from 255 or 12.79% 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 #8037F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8037F7 is #7FC808. Grayscale: #626262. Windows color (decimal): -8374281 or 16201600. OLE color: 16201600.
HSL color Cylindrical-coordinate representation of color #8037F7: hue angle of 262.81º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8037F7 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 55 | 247 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.03 |
| HSL | 262.81º | 0.92% | 0.59% | - |
| HSV(B) | 262.81º | 0.78% | 0.97% | - |
| XYZ | 27.06 | 14.04 | 89.28 | - |
| YUV | 98.72 | 211.68 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 247 | 0.48 | 0.78 | 0 | 0.03 | 262.81 | 0.92 | 0.59 |
| Hex | 80 | 37 | F7 | 30 | 4E | 0 | 3 | 107 | 5C | 3B |
| Octal | 200 | 67 | 367 | 60 | 116 | 0 | 3 | 407 | 134 | 73 |
| Binary | 10000000 | 110111 | 11110111 | 110000 | 1001110 | 0 | 11 | 100000111 | 1011100 | 111011 |
Color Harmonies of #8037F7
Complementary color
Monochromatic Colors of #8037F7
Black with #8037F7
Text Example
Text Example
White with #8037F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8037F7; }
p { color: rgb(128,55,247); }
H1.HeaderClassName
{
color: #8037F7;
}
.AnyTagClassName
{
color: #8037F7;
}
</style>
background-color css
<style>
a { background-color: #8037F7; }
a { background-color: rgb(128,55,247); }
div.DivClassName
{
background-color: #8037F7;
}
.BgClassName
{
background-color: #8037F7;
}
</style>
border-color css
<style>
span { border-color: #8037F7; }
span { border-color: rgb(128,55,247); }
td.TdClassName
{
border-color: #8037F7;
}
.TagClassName
{
border-color: #8037F7;
}
</style>