Shades of Blue Violet #8D35FE
Tints of Blue Violet #8D35FE
RGB
CMYK
RGB Variations
Color information
#8D35FE (or 0x8D35FE) is known color: Blue Violet. HEX triplet: 8D, 35 and FE. RGB value is (141,53,254). Sum of RGB (Red+Green+Blue) = 141+53+254=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D35FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D35FE is #72CA01. Grayscale: #656565. Windows color (decimal): -7522818 or 16659853. OLE color: 16659853.
HSL color Cylindrical-coordinate representation of color #8D35FE: hue angle of 266.27º 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 #8D35FE is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 53 | 254 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.00 |
| HSL | 266.27º | 0.99% | 0.6% | - |
| HSV(B) | 266.27º | 0.79% | 1% | - |
| XYZ | 30.15 | 15.36 | 95.14 | - |
| YUV | 102.23 | 213.65 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 254 | 0.44 | 0.79 | 0 | 0.00 | 266.27 | 0.99 | 0.6 |
| Hex | 8D | 35 | FE | 2C | 4F | 0 | 0 | 10A | 63 | 3C |
| Octal | 215 | 65 | 376 | 54 | 117 | 0 | 0 | 412 | 143 | 74 |
| Binary | 10001101 | 110101 | 11111110 | 101100 | 1001111 | 0 | 0 | 100001010 | 1100011 | 111100 |
Color Harmonies of #8D35FE
Complementary color
Monochromatic Colors of #8D35FE
Black with #8D35FE
Text Example
Text Example
White with #8D35FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D35FE; }
p { color: rgb(141,53,254); }
H1.HeaderClassName
{
color: #8D35FE;
}
.AnyTagClassName
{
color: #8D35FE;
}
</style>
background-color css
<style>
a { background-color: #8D35FE; }
a { background-color: rgb(141,53,254); }
div.DivClassName
{
background-color: #8D35FE;
}
.BgClassName
{
background-color: #8D35FE;
}
</style>
border-color css
<style>
span { border-color: #8D35FE; }
span { border-color: rgb(141,53,254); }
td.TdClassName
{
border-color: #8D35FE;
}
.TagClassName
{
border-color: #8D35FE;
}
</style>