Shades of Blue Violet #8443D7
Tints of Blue Violet #8443D7
RGB
CMYK
RGB Variations
Color information
#8443D7 (or 0x8443D7) is known color: Blue Violet. HEX triplet: 84, 43 and D7. RGB value is (132,67,215). Sum of RGB (Red+Green+Blue) = 132+67+215=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #8443D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8443D7 is #7BBC28. Grayscale: #666666. Windows color (decimal): -8109097 or 14107524. OLE color: 14107524.
HSL color Cylindrical-coordinate representation of color #8443D7: hue angle of 266.35º degrees, saturation: 0.65, 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 #8443D7 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 67 | 215 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.16 |
| HSL | 266.35º | 0.65% | 0.55% | - |
| HSV(B) | 266.35º | 0.69% | 0.84% | - |
| XYZ | 23.79 | 13.83 | 65.7 | - |
| YUV | 103.31 | 191.03 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 215 | 0.39 | 0.69 | 0 | 0.16 | 266.35 | 0.65 | 0.55 |
| Hex | 84 | 43 | D7 | 27 | 45 | 0 | 10 | 10A | 41 | 37 |
| Octal | 204 | 103 | 327 | 47 | 105 | 0 | 20 | 412 | 101 | 67 |
| Binary | 10000100 | 1000011 | 11010111 | 100111 | 1000101 | 0 | 10000 | 100001010 | 1000001 | 110111 |
Color Harmonies of #8443D7
Complementary color
Monochromatic Colors of #8443D7
Black with #8443D7
Text Example
Text Example
White with #8443D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8443D7; }
p { color: rgb(132,67,215); }
H1.HeaderClassName
{
color: #8443D7;
}
.AnyTagClassName
{
color: #8443D7;
}
</style>
background-color css
<style>
a { background-color: #8443D7; }
a { background-color: rgb(132,67,215); }
div.DivClassName
{
background-color: #8443D7;
}
.BgClassName
{
background-color: #8443D7;
}
</style>
border-color css
<style>
span { border-color: #8443D7; }
span { border-color: rgb(132,67,215); }
td.TdClassName
{
border-color: #8443D7;
}
.TagClassName
{
border-color: #8443D7;
}
</style>