Shades of Blue Violet #8636CF
Tints of Blue Violet #8636CF
RGB
CMYK
RGB Variations
Color information
#8636CF (or 0x8636CF) is known color: Blue Violet. HEX triplet: 86, 36 and CF. RGB value is (134,54,207). Sum of RGB (Red+Green+Blue) = 134+54+207=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #8636CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8636CF is #79C930. Grayscale: #5E5E5E. Windows color (decimal): -7981361 or 13579910. OLE color: 13579910.
HSL color Cylindrical-coordinate representation of color #8636CF: hue angle of 271.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8636CF is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 54 | 207 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.19 |
| HSL | 271.37º | 0.61% | 0.51% | - |
| HSV(B) | 271.37º | 0.74% | 0.81% | - |
| XYZ | 22.41 | 12.21 | 60.21 | - |
| YUV | 95.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 207 | 0.35 | 0.74 | 0 | 0.19 | 271.37 | 0.61 | 0.51 |
| Hex | 86 | 36 | CF | 23 | 4A | 0 | 13 | 10F | 3D | 33 |
| Octal | 206 | 66 | 317 | 43 | 112 | 0 | 23 | 417 | 75 | 63 |
| Binary | 10000110 | 110110 | 11001111 | 100011 | 1001010 | 0 | 10011 | 100001111 | 111101 | 110011 |
Color Harmonies of #8636CF
Complementary color
Monochromatic Colors of #8636CF
Black with #8636CF
Text Example
Text Example
White with #8636CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8636CF; }
p { color: rgb(134,54,207); }
H1.HeaderClassName
{
color: #8636CF;
}
.AnyTagClassName
{
color: #8636CF;
}
</style>
background-color css
<style>
a { background-color: #8636CF; }
a { background-color: rgb(134,54,207); }
div.DivClassName
{
background-color: #8636CF;
}
.BgClassName
{
background-color: #8636CF;
}
</style>
border-color css
<style>
span { border-color: #8636CF; }
span { border-color: rgb(134,54,207); }
td.TdClassName
{
border-color: #8636CF;
}
.TagClassName
{
border-color: #8636CF;
}
</style>