Shades of Blue Violet #8735FE
Tints of Blue Violet #8735FE
RGB
CMYK
RGB Variations
Color information
#8735FE (or 0x8735FE) is known color: Blue Violet. HEX triplet: 87, 35 and FE. RGB value is (135,53,254). Sum of RGB (Red+Green+Blue) = 135+53+254=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #8735FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8735FE is #78CA01. Grayscale: #636363. Windows color (decimal): -7916034 or 16659847. OLE color: 16659847.
HSL color Cylindrical-coordinate representation of color #8735FE: hue angle of 264.48º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8735FE is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 53 | 254 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.00 |
| HSL | 264.48º | 0.99% | 0.6% | - |
| HSV(B) | 264.48º | 0.79% | 1% | - |
| XYZ | 29.15 | 14.85 | 95.1 | - |
| YUV | 100.43 | 214.67 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 254 | 0.47 | 0.79 | 0 | 0.00 | 264.48 | 0.99 | 0.6 |
| Hex | 87 | 35 | FE | 2F | 4F | 0 | 0 | 108 | 63 | 3C |
| Octal | 207 | 65 | 376 | 57 | 117 | 0 | 0 | 410 | 143 | 74 |
| Binary | 10000111 | 110101 | 11111110 | 101111 | 1001111 | 0 | 0 | 100001000 | 1100011 | 111100 |
Color Harmonies of #8735FE
Complementary color
Monochromatic Colors of #8735FE
Black with #8735FE
Text Example
Text Example
White with #8735FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8735FE; }
p { color: rgb(135,53,254); }
H1.HeaderClassName
{
color: #8735FE;
}
.AnyTagClassName
{
color: #8735FE;
}
</style>
background-color css
<style>
a { background-color: #8735FE; }
a { background-color: rgb(135,53,254); }
div.DivClassName
{
background-color: #8735FE;
}
.BgClassName
{
background-color: #8735FE;
}
</style>
border-color css
<style>
span { border-color: #8735FE; }
span { border-color: rgb(135,53,254); }
td.TdClassName
{
border-color: #8735FE;
}
.TagClassName
{
border-color: #8735FE;
}
</style>