Shades of Blue Violet #8541D5
Tints of Blue Violet #8541D5
RGB
CMYK
RGB Variations
Color information
#8541D5 (or 0x8541D5) is known color: Blue Violet. HEX triplet: 85, 41 and D5. RGB value is (133,65,213). Sum of RGB (Red+Green+Blue) = 133+65+213=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #8541D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8541D5 is #7ABE2A. Grayscale: #656565. Windows color (decimal): -8044075 or 13975941. OLE color: 13975941.
HSL color Cylindrical-coordinate representation of color #8541D5: hue angle of 267.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8541D5 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 65 | 213 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.16 |
| HSL | 267.57º | 0.64% | 0.55% | - |
| HSV(B) | 267.57º | 0.69% | 0.84% | - |
| XYZ | 23.57 | 13.57 | 64.33 | - |
| YUV | 102.2 | 190.53 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 213 | 0.38 | 0.69 | 0 | 0.16 | 267.57 | 0.64 | 0.55 |
| Hex | 85 | 41 | D5 | 26 | 45 | 0 | 10 | 10C | 40 | 37 |
| Octal | 205 | 101 | 325 | 46 | 105 | 0 | 20 | 414 | 100 | 67 |
| Binary | 10000101 | 1000001 | 11010101 | 100110 | 1000101 | 0 | 10000 | 100001100 | 1000000 | 110111 |
Color Harmonies of #8541D5
Complementary color
Monochromatic Colors of #8541D5
Black with #8541D5
Text Example
Text Example
White with #8541D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541D5; }
p { color: rgb(133,65,213); }
H1.HeaderClassName
{
color: #8541D5;
}
.AnyTagClassName
{
color: #8541D5;
}
</style>
background-color css
<style>
a { background-color: #8541D5; }
a { background-color: rgb(133,65,213); }
div.DivClassName
{
background-color: #8541D5;
}
.BgClassName
{
background-color: #8541D5;
}
</style>
border-color css
<style>
span { border-color: #8541D5; }
span { border-color: rgb(133,65,213); }
td.TdClassName
{
border-color: #8541D5;
}
.TagClassName
{
border-color: #8541D5;
}
</style>