Shades of Blue Violet #8439D0
Tints of Blue Violet #8439D0
RGB
CMYK
RGB Variations
Color information
#8439D0 (or 0x8439D0) is known color: Blue Violet. HEX triplet: 84, 39 and D0. RGB value is (132,57,208). Sum of RGB (Red+Green+Blue) = 132+57+208=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #8439D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8439D0 is #7BC62F. Grayscale: #606060. Windows color (decimal): -8111664 or 13646212. OLE color: 13646212.
HSL color Cylindrical-coordinate representation of color #8439D0: hue angle of 269.8º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8439D0 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 57 | 208 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.18 |
| HSL | 269.8º | 0.62% | 0.52% | - |
| HSV(B) | 269.8º | 0.73% | 0.82% | - |
| XYZ | 22.36 | 12.39 | 60.89 | - |
| YUV | 96.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 208 | 0.37 | 0.73 | 0 | 0.18 | 269.8 | 0.62 | 0.52 |
| Hex | 84 | 39 | D0 | 25 | 49 | 0 | 12 | 10E | 3E | 34 |
| Octal | 204 | 71 | 320 | 45 | 111 | 0 | 22 | 416 | 76 | 64 |
| Binary | 10000100 | 111001 | 11010000 | 100101 | 1001001 | 0 | 10010 | 100001110 | 111110 | 110100 |
Color Harmonies of #8439D0
Complementary color
Monochromatic Colors of #8439D0
Black with #8439D0
Text Example
Text Example
White with #8439D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8439D0; }
p { color: rgb(132,57,208); }
H1.HeaderClassName
{
color: #8439D0;
}
.AnyTagClassName
{
color: #8439D0;
}
</style>
background-color css
<style>
a { background-color: #8439D0; }
a { background-color: rgb(132,57,208); }
div.DivClassName
{
background-color: #8439D0;
}
.BgClassName
{
background-color: #8439D0;
}
</style>
border-color css
<style>
span { border-color: #8439D0; }
span { border-color: rgb(132,57,208); }
td.TdClassName
{
border-color: #8439D0;
}
.TagClassName
{
border-color: #8439D0;
}
</style>