Shades of Blue Violet #8631CE
Tints of Blue Violet #8631CE
RGB
CMYK
RGB Variations
Color information
#8631CE (or 0x8631CE) is known color: Blue Violet. HEX triplet: 86, 31 and CE. RGB value is (134,49,206). Sum of RGB (Red+Green+Blue) = 134+49+206=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #8631CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8631CE is #79CE31. Grayscale: #5B5B5B. Windows color (decimal): -7982642 or 13513094. OLE color: 13513094.
HSL color Cylindrical-coordinate representation of color #8631CE: hue angle of 272.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8631CE is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 49 | 206 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.19 |
| HSL | 272.48º | 0.62% | 0.5% | - |
| HSV(B) | 272.48º | 0.76% | 0.81% | - |
| XYZ | 22.07 | 11.72 | 59.49 | - |
| YUV | 92.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 206 | 0.35 | 0.76 | 0 | 0.19 | 272.48 | 0.62 | 0.5 |
| Hex | 86 | 31 | CE | 23 | 4C | 0 | 13 | 110 | 3E | 32 |
| Octal | 206 | 61 | 316 | 43 | 114 | 0 | 23 | 420 | 76 | 62 |
| Binary | 10000110 | 110001 | 11001110 | 100011 | 1001100 | 0 | 10011 | 100010000 | 111110 | 110010 |
Color Harmonies of #8631CE
Complementary color
Monochromatic Colors of #8631CE
Black with #8631CE
Text Example
Text Example
White with #8631CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8631CE; }
p { color: rgb(134,49,206); }
H1.HeaderClassName
{
color: #8631CE;
}
.AnyTagClassName
{
color: #8631CE;
}
</style>
background-color css
<style>
a { background-color: #8631CE; }
a { background-color: rgb(134,49,206); }
div.DivClassName
{
background-color: #8631CE;
}
.BgClassName
{
background-color: #8631CE;
}
</style>
border-color css
<style>
span { border-color: #8631CE; }
span { border-color: rgb(134,49,206); }
td.TdClassName
{
border-color: #8631CE;
}
.TagClassName
{
border-color: #8631CE;
}
</style>