Shades of Blue Violet #8626CC
Tints of Blue Violet #8626CC
RGB
CMYK
RGB Variations
Color information
#8626CC (or 0x8626CC) is known color: Blue Violet. HEX triplet: 86, 26 and CC. RGB value is (134,38,204). Sum of RGB (Red+Green+Blue) = 134+38+204=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #8626CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8626CC is #79D933. Grayscale: #555555. Windows color (decimal): -7985460 or 13379206. OLE color: 13379206.
HSL color Cylindrical-coordinate representation of color #8626CC: hue angle of 274.7º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8626CC is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 38 | 204 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.2 |
| HSL | 274.7º | 0.69% | 0.47% | - |
| HSV(B) | 274.7º | 0.81% | 0.8% | - |
| XYZ | 21.42 | 10.81 | 58.08 | - |
| YUV | 85.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 204 | 0.34 | 0.81 | 0 | 0.2 | 274.7 | 0.69 | 0.47 |
| Hex | 86 | 26 | CC | 22 | 51 | 0 | 14 | 113 | 45 | 2F |
| Octal | 206 | 46 | 314 | 42 | 121 | 0 | 24 | 423 | 105 | 57 |
| Binary | 10000110 | 100110 | 11001100 | 100010 | 1010001 | 0 | 10100 | 100010011 | 1000101 | 101111 |
Color Harmonies of #8626CC
Complementary color
Monochromatic Colors of #8626CC
Black with #8626CC
Text Example
Text Example
White with #8626CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8626CC; }
p { color: rgb(134,38,204); }
H1.HeaderClassName
{
color: #8626CC;
}
.AnyTagClassName
{
color: #8626CC;
}
</style>
background-color css
<style>
a { background-color: #8626CC; }
a { background-color: rgb(134,38,204); }
div.DivClassName
{
background-color: #8626CC;
}
.BgClassName
{
background-color: #8626CC;
}
</style>
border-color css
<style>
span { border-color: #8626CC; }
span { border-color: rgb(134,38,204); }
td.TdClassName
{
border-color: #8626CC;
}
.TagClassName
{
border-color: #8626CC;
}
</style>