Shades of Blue Violet #8D35FF
Tints of Blue Violet #8D35FF
RGB
CMYK
RGB Variations
Color information
#8D35FF (or 0x8D35FF) is known color: Blue Violet. HEX triplet: 8D, 35 and FF. RGB value is (141,53,255). Sum of RGB (Red+Green+Blue) = 141+53+255=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D35FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D35FF is #72CA00. Grayscale: #656565. Windows color (decimal): -7522817 or 16725389. OLE color: 16725389.
HSL color Cylindrical-coordinate representation of color #8D35FF: hue angle of 266.14º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D35FF is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 53 | 255 | - |
| CMYK | 0.45 | 0.79 | 0 | 0 |
| HSL | 266.14º | 1% | 0.6% | - |
| HSV(B) | 266.14º | 0.79% | 1% | - |
| XYZ | 30.31 | 15.43 | 95.99 | - |
| YUV | 102.34 | 214.15 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 255 | 0.45 | 0.79 | 0 | 0 | 266.14 | 1 | 0.6 |
| Hex | 8D | 35 | FF | 2D | 4F | 0 | 0 | 10A | 64 | 3C |
| Octal | 215 | 65 | 377 | 55 | 117 | 0 | 0 | 412 | 144 | 74 |
| Binary | 10001101 | 110101 | 11111111 | 101101 | 1001111 | 0 | 0 | 100001010 | 1100100 | 111100 |
Color Harmonies of #8D35FF
Complementary color
Monochromatic Colors of #8D35FF
Black with #8D35FF
Text Example
Text Example
White with #8D35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D35FF; }
p { color: rgb(141,53,255); }
H1.HeaderClassName
{
color: #8D35FF;
}
.AnyTagClassName
{
color: #8D35FF;
}
</style>
background-color css
<style>
a { background-color: #8D35FF; }
a { background-color: rgb(141,53,255); }
div.DivClassName
{
background-color: #8D35FF;
}
.BgClassName
{
background-color: #8D35FF;
}
</style>
border-color css
<style>
span { border-color: #8D35FF; }
span { border-color: rgb(141,53,255); }
td.TdClassName
{
border-color: #8D35FF;
}
.TagClassName
{
border-color: #8D35FF;
}
</style>