Shades of Blue Violet #8C45F7
Tints of Blue Violet #8C45F7
RGB
CMYK
RGB Variations
Color information
#8C45F7 (or 0x8C45F7) is known color: Blue Violet. HEX triplet: 8C, 45 and F7. RGB value is (140,69,247). Sum of RGB (Red+Green+Blue) = 140+69+247=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C45F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C45F7 is #73BA08. Grayscale: #6D6D6D. Windows color (decimal): -7584265 or 16205196. OLE color: 16205196.
HSL color Cylindrical-coordinate representation of color #8C45F7: hue angle of 263.93º 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 #8C45F7 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 69 | 247 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.03 |
| HSL | 263.93º | 0.92% | 0.62% | - |
| HSV(B) | 263.93º | 0.72% | 0.97% | - |
| XYZ | 29.73 | 16.55 | 89.62 | - |
| YUV | 110.52 | 205.02 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 247 | 0.43 | 0.72 | 0 | 0.03 | 263.93 | 0.92 | 0.62 |
| Hex | 8C | 45 | F7 | 2B | 48 | 0 | 3 | 108 | 5C | 3E |
| Octal | 214 | 105 | 367 | 53 | 110 | 0 | 3 | 410 | 134 | 76 |
| Binary | 10001100 | 1000101 | 11110111 | 101011 | 1001000 | 0 | 11 | 100001000 | 1011100 | 111110 |
Color Harmonies of #8C45F7
Complementary color
Monochromatic Colors of #8C45F7
Black with #8C45F7
Text Example
Text Example
White with #8C45F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C45F7; }
p { color: rgb(140,69,247); }
H1.HeaderClassName
{
color: #8C45F7;
}
.AnyTagClassName
{
color: #8C45F7;
}
</style>
background-color css
<style>
a { background-color: #8C45F7; }
a { background-color: rgb(140,69,247); }
div.DivClassName
{
background-color: #8C45F7;
}
.BgClassName
{
background-color: #8C45F7;
}
</style>
border-color css
<style>
span { border-color: #8C45F7; }
span { border-color: rgb(140,69,247); }
td.TdClassName
{
border-color: #8C45F7;
}
.TagClassName
{
border-color: #8C45F7;
}
</style>