Shades of Blue Violet #8435DD
Tints of Blue Violet #8435DD
RGB
CMYK
RGB Variations
Color information
#8435DD (or 0x8435DD) is known color: Blue Violet. HEX triplet: 84, 35 and DD. RGB value is (132,53,221). Sum of RGB (Red+Green+Blue) = 132+53+221=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #8435DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8435DD is #7BCA22. Grayscale: #5F5F5F. Windows color (decimal): -8112675 or 14497156. OLE color: 14497156.
HSL color Cylindrical-coordinate representation of color #8435DD: hue angle of 268.21º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8435DD is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 53 | 221 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.13 |
| HSL | 268.21º | 0.71% | 0.54% | - |
| HSV(B) | 268.21º | 0.76% | 0.87% | - |
| XYZ | 23.84 | 12.67 | 69.6 | - |
| YUV | 95.77 | 198.67 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 221 | 0.40 | 0.76 | 0 | 0.13 | 268.21 | 0.71 | 0.54 |
| Hex | 84 | 35 | DD | 28 | 4C | 0 | D | 10C | 47 | 36 |
| Octal | 204 | 65 | 335 | 50 | 114 | 0 | 15 | 414 | 107 | 66 |
| Binary | 10000100 | 110101 | 11011101 | 101000 | 1001100 | 0 | 1101 | 100001100 | 1000111 | 110110 |
Color Harmonies of #8435DD
Complementary color
Monochromatic Colors of #8435DD
Black with #8435DD
Text Example
Text Example
White with #8435DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8435DD; }
p { color: rgb(132,53,221); }
H1.HeaderClassName
{
color: #8435DD;
}
.AnyTagClassName
{
color: #8435DD;
}
</style>
background-color css
<style>
a { background-color: #8435DD; }
a { background-color: rgb(132,53,221); }
div.DivClassName
{
background-color: #8435DD;
}
.BgClassName
{
background-color: #8435DD;
}
</style>
border-color css
<style>
span { border-color: #8435DD; }
span { border-color: rgb(132,53,221); }
td.TdClassName
{
border-color: #8435DD;
}
.TagClassName
{
border-color: #8435DD;
}
</style>