Shades of Blue Violet #8433D7
Tints of Blue Violet #8433D7
RGB
CMYK
RGB Variations
Color information
#8433D7 (or 0x8433D7) is known color: Blue Violet. HEX triplet: 84, 33 and D7. RGB value is (132,51,215). Sum of RGB (Red+Green+Blue) = 132+51+215=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #8433D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8433D7 is #7BCC28. Grayscale: #5D5D5D. Windows color (decimal): -8113193 or 14103428. OLE color: 14103428.
HSL color Cylindrical-coordinate representation of color #8433D7: hue angle of 269.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8433D7 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 51 | 215 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.16 |
| HSL | 269.63º | 0.67% | 0.52% | - |
| HSV(B) | 269.63º | 0.76% | 0.84% | - |
| XYZ | 22.97 | 12.18 | 65.43 | - |
| YUV | 93.92 | 196.34 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 215 | 0.39 | 0.76 | 0 | 0.16 | 269.63 | 0.67 | 0.52 |
| Hex | 84 | 33 | D7 | 27 | 4C | 0 | 10 | 10E | 43 | 34 |
| Octal | 204 | 63 | 327 | 47 | 114 | 0 | 20 | 416 | 103 | 64 |
| Binary | 10000100 | 110011 | 11010111 | 100111 | 1001100 | 0 | 10000 | 100001110 | 1000011 | 110100 |
Color Harmonies of #8433D7
Complementary color
Monochromatic Colors of #8433D7
Black with #8433D7
Text Example
Text Example
White with #8433D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8433D7; }
p { color: rgb(132,51,215); }
H1.HeaderClassName
{
color: #8433D7;
}
.AnyTagClassName
{
color: #8433D7;
}
</style>
background-color css
<style>
a { background-color: #8433D7; }
a { background-color: rgb(132,51,215); }
div.DivClassName
{
background-color: #8433D7;
}
.BgClassName
{
background-color: #8433D7;
}
</style>
border-color css
<style>
span { border-color: #8433D7; }
span { border-color: rgb(132,51,215); }
td.TdClassName
{
border-color: #8433D7;
}
.TagClassName
{
border-color: #8433D7;
}
</style>