Shades of Blue Violet #8845F7
Tints of Blue Violet #8845F7
RGB
CMYK
RGB Variations
Color information
#8845F7 (or 0x8845F7) is known color: Blue Violet. HEX triplet: 88, 45 and F7. RGB value is (136,69,247). Sum of RGB (Red+Green+Blue) = 136+69+247=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #8845F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8845F7 is #77BA08. Grayscale: #6C6C6C. Windows color (decimal): -7846409 or 16205192. OLE color: 16205192.
HSL color Cylindrical-coordinate representation of color #8845F7: hue angle of 262.58º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8845F7 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 69 | 247 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.03 |
| HSL | 262.58º | 0.92% | 0.62% | - |
| HSV(B) | 262.58º | 0.72% | 0.97% | - |
| XYZ | 29.07 | 16.21 | 89.59 | - |
| YUV | 109.33 | 205.7 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 247 | 0.45 | 0.72 | 0 | 0.03 | 262.58 | 0.92 | 0.62 |
| Hex | 88 | 45 | F7 | 2D | 48 | 0 | 3 | 107 | 5C | 3E |
| Octal | 210 | 105 | 367 | 55 | 110 | 0 | 3 | 407 | 134 | 76 |
| Binary | 10001000 | 1000101 | 11110111 | 101101 | 1001000 | 0 | 11 | 100000111 | 1011100 | 111110 |
Color Harmonies of #8845F7
Complementary color
Monochromatic Colors of #8845F7
Black with #8845F7
Text Example
Text Example
White with #8845F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8845F7; }
p { color: rgb(136,69,247); }
H1.HeaderClassName
{
color: #8845F7;
}
.AnyTagClassName
{
color: #8845F7;
}
</style>
background-color css
<style>
a { background-color: #8845F7; }
a { background-color: rgb(136,69,247); }
div.DivClassName
{
background-color: #8845F7;
}
.BgClassName
{
background-color: #8845F7;
}
</style>
border-color css
<style>
span { border-color: #8845F7; }
span { border-color: rgb(136,69,247); }
td.TdClassName
{
border-color: #8845F7;
}
.TagClassName
{
border-color: #8845F7;
}
</style>