Shades of Blue Violet #8741F8
Tints of Blue Violet #8741F8
RGB
CMYK
RGB Variations
Color information
#8741F8 (or 0x8741F8) is known color: Blue Violet. HEX triplet: 87, 41 and F8. RGB value is (135,65,248). Sum of RGB (Red+Green+Blue) = 135+65+248=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #8741F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8741F8 is #78BE07. Grayscale: #6A6A6A. Windows color (decimal): -7912968 or 16269703. OLE color: 16269703.
HSL color Cylindrical-coordinate representation of color #8741F8: hue angle of 262.95º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8741F8 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 135 | 65 | 248 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.03 |
| HSL | 262.95º | 0.93% | 0.61% | - |
| HSV(B) | 262.95º | 0.74% | 0.97% | - |
| XYZ | 28.83 | 15.71 | 90.32 | - |
| YUV | 106.79 | 207.69 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 248 | 0.46 | 0.74 | 0 | 0.03 | 262.95 | 0.93 | 0.61 |
| Hex | 87 | 41 | F8 | 2E | 4A | 0 | 3 | 107 | 5D | 3D |
| Octal | 207 | 101 | 370 | 56 | 112 | 0 | 3 | 407 | 135 | 75 |
| Binary | 10000111 | 1000001 | 11111000 | 101110 | 1001010 | 0 | 11 | 100000111 | 1011101 | 111101 |
Color Harmonies of #8741F8
Complementary color
Monochromatic Colors of #8741F8
Black with #8741F8
Text Example
Text Example
White with #8741F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8741F8; }
p { color: rgb(135,65,248); }
H1.HeaderClassName
{
color: #8741F8;
}
.AnyTagClassName
{
color: #8741F8;
}
</style>
background-color css
<style>
a { background-color: #8741F8; }
a { background-color: rgb(135,65,248); }
div.DivClassName
{
background-color: #8741F8;
}
.BgClassName
{
background-color: #8741F8;
}
</style>
border-color css
<style>
span { border-color: #8741F8; }
span { border-color: rgb(135,65,248); }
td.TdClassName
{
border-color: #8741F8;
}
.TagClassName
{
border-color: #8741F8;
}
</style>