Shades of Blue Violet #8935FE
Tints of Blue Violet #8935FE
RGB
CMYK
RGB Variations
Color information
#8935FE (or 0x8935FE) is known color: Blue Violet. HEX triplet: 89, 35 and FE. RGB value is (137,53,254). Sum of RGB (Red+Green+Blue) = 137+53+254=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 53 (21.09% from 255 or 11.94% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #8935FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8935FE is #76CA01. Grayscale: #646464. Windows color (decimal): -7784962 or 16659849. OLE color: 16659849.
HSL color Cylindrical-coordinate representation of color #8935FE: hue angle of 265.07º 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 #8935FE is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 53 | 254 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.00 |
| HSL | 265.07º | 0.99% | 0.6% | - |
| HSV(B) | 265.07º | 0.79% | 1% | - |
| XYZ | 29.48 | 15.02 | 95.11 | - |
| YUV | 101.03 | 214.33 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 254 | 0.46 | 0.79 | 0 | 0.00 | 265.07 | 0.99 | 0.6 |
| Hex | 89 | 35 | FE | 2E | 4F | 0 | 0 | 109 | 63 | 3C |
| Octal | 211 | 65 | 376 | 56 | 117 | 0 | 0 | 411 | 143 | 74 |
| Binary | 10001001 | 110101 | 11111110 | 101110 | 1001111 | 0 | 0 | 100001001 | 1100011 | 111100 |
Color Harmonies of #8935FE
Complementary color
Monochromatic Colors of #8935FE
Black with #8935FE
Text Example
Text Example
White with #8935FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8935FE; }
p { color: rgb(137,53,254); }
H1.HeaderClassName
{
color: #8935FE;
}
.AnyTagClassName
{
color: #8935FE;
}
</style>
background-color css
<style>
a { background-color: #8935FE; }
a { background-color: rgb(137,53,254); }
div.DivClassName
{
background-color: #8935FE;
}
.BgClassName
{
background-color: #8935FE;
}
</style>
border-color css
<style>
span { border-color: #8935FE; }
span { border-color: rgb(137,53,254); }
td.TdClassName
{
border-color: #8935FE;
}
.TagClassName
{
border-color: #8935FE;
}
</style>