Shades of Blue Violet #8642DD
Tints of Blue Violet #8642DD
RGB
CMYK
RGB Variations
Color information
#8642DD (or 0x8642DD) is known color: Blue Violet. HEX triplet: 86, 42 and DD. RGB value is (134,66,221). Sum of RGB (Red+Green+Blue) = 134+66+221=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #8642DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8642DD is #79BD22. Grayscale: #676767. Windows color (decimal): -7978275 or 14500486. OLE color: 14500486.
HSL color Cylindrical-coordinate representation of color #8642DD: hue angle of 266.32º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8642DD is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 66 | 221 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.13 |
| HSL | 266.32º | 0.7% | 0.56% | - |
| HSV(B) | 266.32º | 0.7% | 0.87% | - |
| XYZ | 24.83 | 14.19 | 69.84 | - |
| YUV | 104 | 194.03 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 221 | 0.39 | 0.70 | 0 | 0.13 | 266.32 | 0.7 | 0.56 |
| Hex | 86 | 42 | DD | 27 | 46 | 0 | D | 10A | 46 | 38 |
| Octal | 206 | 102 | 335 | 47 | 106 | 0 | 15 | 412 | 106 | 70 |
| Binary | 10000110 | 1000010 | 11011101 | 100111 | 1000110 | 0 | 1101 | 100001010 | 1000110 | 111000 |
Color Harmonies of #8642DD
Complementary color
Monochromatic Colors of #8642DD
Black with #8642DD
Text Example
Text Example
White with #8642DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8642DD; }
p { color: rgb(134,66,221); }
H1.HeaderClassName
{
color: #8642DD;
}
.AnyTagClassName
{
color: #8642DD;
}
</style>
background-color css
<style>
a { background-color: #8642DD; }
a { background-color: rgb(134,66,221); }
div.DivClassName
{
background-color: #8642DD;
}
.BgClassName
{
background-color: #8642DD;
}
</style>
border-color css
<style>
span { border-color: #8642DD; }
span { border-color: rgb(134,66,221); }
td.TdClassName
{
border-color: #8642DD;
}
.TagClassName
{
border-color: #8642DD;
}
</style>