Shades of Blue Violet #8545DD
Tints of Blue Violet #8545DD
RGB
CMYK
RGB Variations
Color information
#8545DD (or 0x8545DD) is known color: Blue Violet. HEX triplet: 85, 45 and DD. RGB value is (133,69,221). Sum of RGB (Red+Green+Blue) = 133+69+221=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #8545DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8545DD is #7ABA22. Grayscale: #686868. Windows color (decimal): -8043043 or 14501253. OLE color: 14501253.
HSL color Cylindrical-coordinate representation of color #8545DD: hue angle of 265.26º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8545DD is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 69 | 221 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.13 |
| HSL | 265.26º | 0.69% | 0.57% | - |
| HSV(B) | 265.26º | 0.69% | 0.87% | - |
| XYZ | 24.85 | 14.46 | 69.89 | - |
| YUV | 105.46 | 193.2 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 221 | 0.40 | 0.69 | 0 | 0.13 | 265.26 | 0.69 | 0.57 |
| Hex | 85 | 45 | DD | 28 | 45 | 0 | D | 109 | 45 | 39 |
| Octal | 205 | 105 | 335 | 50 | 105 | 0 | 15 | 411 | 105 | 71 |
| Binary | 10000101 | 1000101 | 11011101 | 101000 | 1000101 | 0 | 1101 | 100001001 | 1000101 | 111001 |
Color Harmonies of #8545DD
Complementary color
Monochromatic Colors of #8545DD
Black with #8545DD
Text Example
Text Example
White with #8545DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8545DD; }
p { color: rgb(133,69,221); }
H1.HeaderClassName
{
color: #8545DD;
}
.AnyTagClassName
{
color: #8545DD;
}
</style>
background-color css
<style>
a { background-color: #8545DD; }
a { background-color: rgb(133,69,221); }
div.DivClassName
{
background-color: #8545DD;
}
.BgClassName
{
background-color: #8545DD;
}
</style>
border-color css
<style>
span { border-color: #8545DD; }
span { border-color: rgb(133,69,221); }
td.TdClassName
{
border-color: #8545DD;
}
.TagClassName
{
border-color: #8545DD;
}
</style>