Shades of Blue Violet #8629DF
Tints of Blue Violet #8629DF
RGB
CMYK
RGB Variations
Color information
#8629DF (or 0x8629DF) is known color: Blue Violet. HEX triplet: 86, 29 and DF. RGB value is (134,41,223). Sum of RGB (Red+Green+Blue) = 134+41+223=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #8629DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8629DF is #79D620. Grayscale: #585858. Windows color (decimal): -7984673 or 14625158. OLE color: 14625158.
HSL color Cylindrical-coordinate representation of color #8629DF: hue angle of 270.66º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8629DF is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 41 | 223 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.13 |
| HSL | 270.66º | 0.74% | 0.52% | - |
| HSV(B) | 270.66º | 0.82% | 0.87% | - |
| XYZ | 23.94 | 11.98 | 70.86 | - |
| YUV | 89.56 | 203.31 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 223 | 0.40 | 0.82 | 0 | 0.13 | 270.66 | 0.74 | 0.52 |
| Hex | 86 | 29 | DF | 28 | 52 | 0 | D | 10F | 4A | 34 |
| Octal | 206 | 51 | 337 | 50 | 122 | 0 | 15 | 417 | 112 | 64 |
| Binary | 10000110 | 101001 | 11011111 | 101000 | 1010010 | 0 | 1101 | 100001111 | 1001010 | 110100 |
Color Harmonies of #8629DF
Complementary color
Monochromatic Colors of #8629DF
Black with #8629DF
Text Example
Text Example
White with #8629DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8629DF; }
p { color: rgb(134,41,223); }
H1.HeaderClassName
{
color: #8629DF;
}
.AnyTagClassName
{
color: #8629DF;
}
</style>
background-color css
<style>
a { background-color: #8629DF; }
a { background-color: rgb(134,41,223); }
div.DivClassName
{
background-color: #8629DF;
}
.BgClassName
{
background-color: #8629DF;
}
</style>
border-color css
<style>
span { border-color: #8629DF; }
span { border-color: rgb(134,41,223); }
td.TdClassName
{
border-color: #8629DF;
}
.TagClassName
{
border-color: #8629DF;
}
</style>