Shades of Blue Violet #8627CC
Tints of Blue Violet #8627CC
RGB
CMYK
RGB Variations
Color information
#8627CC (or 0x8627CC) is known color: Blue Violet. HEX triplet: 86, 27 and CC. RGB value is (134,39,204). Sum of RGB (Red+Green+Blue) = 134+39+204=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #8627CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8627CC is #79D833. Grayscale: #555555. Windows color (decimal): -7985204 or 13379462. OLE color: 13379462.
HSL color Cylindrical-coordinate representation of color #8627CC: hue angle of 274.55º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8627CC is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 39 | 204 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.2 |
| HSL | 274.55º | 0.68% | 0.48% | - |
| HSV(B) | 274.55º | 0.81% | 0.8% | - |
| XYZ | 21.46 | 10.88 | 58.1 | - |
| YUV | 86.22 | 194.47 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 204 | 0.34 | 0.81 | 0 | 0.2 | 274.55 | 0.68 | 0.48 |
| Hex | 86 | 27 | CC | 22 | 51 | 0 | 14 | 113 | 44 | 30 |
| Octal | 206 | 47 | 314 | 42 | 121 | 0 | 24 | 423 | 104 | 60 |
| Binary | 10000110 | 100111 | 11001100 | 100010 | 1010001 | 0 | 10100 | 100010011 | 1000100 | 110000 |
Color Harmonies of #8627CC
Complementary color
Monochromatic Colors of #8627CC
Black with #8627CC
Text Example
Text Example
White with #8627CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8627CC; }
p { color: rgb(134,39,204); }
H1.HeaderClassName
{
color: #8627CC;
}
.AnyTagClassName
{
color: #8627CC;
}
</style>
background-color css
<style>
a { background-color: #8627CC; }
a { background-color: rgb(134,39,204); }
div.DivClassName
{
background-color: #8627CC;
}
.BgClassName
{
background-color: #8627CC;
}
</style>
border-color css
<style>
span { border-color: #8627CC; }
span { border-color: rgb(134,39,204); }
td.TdClassName
{
border-color: #8627CC;
}
.TagClassName
{
border-color: #8627CC;
}
</style>