Shades of Blue Violet #8639DF
Tints of Blue Violet #8639DF
RGB
CMYK
RGB Variations
Color information
#8639DF (or 0x8639DF) is known color: Blue Violet. HEX triplet: 86, 39 and DF. RGB value is (134,57,223). Sum of RGB (Red+Green+Blue) = 134+57+223=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 57 (22.66% from 255 or 13.77% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #8639DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8639DF is #79C620. Grayscale: #626262. Windows color (decimal): -7980577 or 14629254. OLE color: 14629254.
HSL color Cylindrical-coordinate representation of color #8639DF: hue angle of 267.83º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8639DF is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 57 | 223 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.13 |
| HSL | 267.83º | 0.72% | 0.55% | - |
| HSV(B) | 267.83º | 0.74% | 0.87% | - |
| XYZ | 24.61 | 13.32 | 71.09 | - |
| YUV | 98.95 | 198.01 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 223 | 0.40 | 0.74 | 0 | 0.13 | 267.83 | 0.72 | 0.55 |
| Hex | 86 | 39 | DF | 28 | 4A | 0 | D | 10C | 48 | 37 |
| Octal | 206 | 71 | 337 | 50 | 112 | 0 | 15 | 414 | 110 | 67 |
| Binary | 10000110 | 111001 | 11011111 | 101000 | 1001010 | 0 | 1101 | 100001100 | 1001000 | 110111 |
Color Harmonies of #8639DF
Complementary color
Monochromatic Colors of #8639DF
Black with #8639DF
Text Example
Text Example
White with #8639DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8639DF; }
p { color: rgb(134,57,223); }
H1.HeaderClassName
{
color: #8639DF;
}
.AnyTagClassName
{
color: #8639DF;
}
</style>
background-color css
<style>
a { background-color: #8639DF; }
a { background-color: rgb(134,57,223); }
div.DivClassName
{
background-color: #8639DF;
}
.BgClassName
{
background-color: #8639DF;
}
</style>
border-color css
<style>
span { border-color: #8639DF; }
span { border-color: rgb(134,57,223); }
td.TdClassName
{
border-color: #8639DF;
}
.TagClassName
{
border-color: #8639DF;
}
</style>