Shades of Blue Violet #8D35E6
Tints of Blue Violet #8D35E6
RGB
CMYK
RGB Variations
Color information
#8D35E6 (or 0x8D35E6) is known color: Blue Violet. HEX triplet: 8D, 35 and E6. RGB value is (141,53,230). Sum of RGB (Red+Green+Blue) = 141+53+230=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #8D35E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D35E6 is #72CA19. Grayscale: #626262. Windows color (decimal): -7522842 or 15086989. OLE color: 15086989.
HSL color Cylindrical-coordinate representation of color #8D35E6: hue angle of 269.83º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D35E6 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 53 | 230 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.10 |
| HSL | 269.83º | 0.78% | 0.55% | - |
| HSV(B) | 269.83º | 0.77% | 0.9% | - |
| XYZ | 26.54 | 13.92 | 76.15 | - |
| YUV | 99.49 | 201.65 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 230 | 0.39 | 0.77 | 0 | 0.10 | 269.83 | 0.78 | 0.55 |
| Hex | 8D | 35 | E6 | 27 | 4D | 0 | A | 10E | 4E | 37 |
| Octal | 215 | 65 | 346 | 47 | 115 | 0 | 12 | 416 | 116 | 67 |
| Binary | 10001101 | 110101 | 11100110 | 100111 | 1001101 | 0 | 1010 | 100001110 | 1001110 | 110111 |
Color Harmonies of #8D35E6
Complementary color
Monochromatic Colors of #8D35E6
Black with #8D35E6
Text Example
Text Example
White with #8D35E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D35E6; }
p { color: rgb(141,53,230); }
H1.HeaderClassName
{
color: #8D35E6;
}
.AnyTagClassName
{
color: #8D35E6;
}
</style>
background-color css
<style>
a { background-color: #8D35E6; }
a { background-color: rgb(141,53,230); }
div.DivClassName
{
background-color: #8D35E6;
}
.BgClassName
{
background-color: #8D35E6;
}
</style>
border-color css
<style>
span { border-color: #8D35E6; }
span { border-color: rgb(141,53,230); }
td.TdClassName
{
border-color: #8D35E6;
}
.TagClassName
{
border-color: #8D35E6;
}
</style>