Shades of Blue Violet #8635CF
Tints of Blue Violet #8635CF
RGB
CMYK
RGB Variations
Color information
#8635CF (or 0x8635CF) is known color: Blue Violet. HEX triplet: 86, 35 and CF. RGB value is (134,53,207). Sum of RGB (Red+Green+Blue) = 134+53+207=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #8635CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8635CF is #79CA30. Grayscale: #5E5E5E. Windows color (decimal): -7981617 or 13579654. OLE color: 13579654.
HSL color Cylindrical-coordinate representation of color #8635CF: hue angle of 271.56º degrees, saturation: 0.62, 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 #8635CF is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 53 | 207 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.19 |
| HSL | 271.56º | 0.62% | 0.51% | - |
| HSV(B) | 271.56º | 0.74% | 0.81% | - |
| XYZ | 22.37 | 12.12 | 60.19 | - |
| YUV | 94.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 207 | 0.35 | 0.74 | 0 | 0.19 | 271.56 | 0.62 | 0.51 |
| Hex | 86 | 35 | CF | 23 | 4A | 0 | 13 | 110 | 3E | 33 |
| Octal | 206 | 65 | 317 | 43 | 112 | 0 | 23 | 420 | 76 | 63 |
| Binary | 10000110 | 110101 | 11001111 | 100011 | 1001010 | 0 | 10011 | 100010000 | 111110 | 110011 |
Color Harmonies of #8635CF
Complementary color
Monochromatic Colors of #8635CF
Black with #8635CF
Text Example
Text Example
White with #8635CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8635CF; }
p { color: rgb(134,53,207); }
H1.HeaderClassName
{
color: #8635CF;
}
.AnyTagClassName
{
color: #8635CF;
}
</style>
background-color css
<style>
a { background-color: #8635CF; }
a { background-color: rgb(134,53,207); }
div.DivClassName
{
background-color: #8635CF;
}
.BgClassName
{
background-color: #8635CF;
}
</style>
border-color css
<style>
span { border-color: #8635CF; }
span { border-color: rgb(134,53,207); }
td.TdClassName
{
border-color: #8635CF;
}
.TagClassName
{
border-color: #8635CF;
}
</style>