Shades of Blue Violet #8742FE
Tints of Blue Violet #8742FE
RGB
CMYK
RGB Variations
Color information
#8742FE (or 0x8742FE) is known color: Blue Violet. HEX triplet: 87, 42 and FE. RGB value is (135,66,254). Sum of RGB (Red+Green+Blue) = 135+66+254=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #8742FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8742FE is #78BD01. Grayscale: #6B6B6B. Windows color (decimal): -7912706 or 16663175. OLE color: 16663175.
HSL color Cylindrical-coordinate representation of color #8742FE: hue angle of 262.02º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8742FE is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 66 | 254 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.00 |
| HSL | 262.02º | 0.99% | 0.63% | - |
| HSV(B) | 262.02º | 0.74% | 1% | - |
| XYZ | 29.83 | 16.2 | 95.32 | - |
| YUV | 108.06 | 210.36 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 254 | 0.47 | 0.74 | 0 | 0.00 | 262.02 | 0.99 | 0.63 |
| Hex | 87 | 42 | FE | 2F | 4A | 0 | 0 | 106 | 63 | 3F |
| Octal | 207 | 102 | 376 | 57 | 112 | 0 | 0 | 406 | 143 | 77 |
| Binary | 10000111 | 1000010 | 11111110 | 101111 | 1001010 | 0 | 0 | 100000110 | 1100011 | 111111 |
Color Harmonies of #8742FE
Complementary color
Monochromatic Colors of #8742FE
Black with #8742FE
Text Example
Text Example
White with #8742FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8742FE; }
p { color: rgb(135,66,254); }
H1.HeaderClassName
{
color: #8742FE;
}
.AnyTagClassName
{
color: #8742FE;
}
</style>
background-color css
<style>
a { background-color: #8742FE; }
a { background-color: rgb(135,66,254); }
div.DivClassName
{
background-color: #8742FE;
}
.BgClassName
{
background-color: #8742FE;
}
</style>
border-color css
<style>
span { border-color: #8742FE; }
span { border-color: rgb(135,66,254); }
td.TdClassName
{
border-color: #8742FE;
}
.TagClassName
{
border-color: #8742FE;
}
</style>