Shades of Blue Violet #8633CE
Tints of Blue Violet #8633CE
RGB
CMYK
RGB Variations
Color information
#8633CE (or 0x8633CE) is known color: Blue Violet. HEX triplet: 86, 33 and CE. RGB value is (134,51,206). Sum of RGB (Red+Green+Blue) = 134+51+206=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #8633CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8633CE is #79CC31. Grayscale: #5C5C5C. Windows color (decimal): -7982130 or 13513606. OLE color: 13513606.
HSL color Cylindrical-coordinate representation of color #8633CE: hue angle of 272.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8633CE is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 51 | 206 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.19 |
| HSL | 272.13º | 0.61% | 0.5% | - |
| HSV(B) | 272.13º | 0.75% | 0.81% | - |
| XYZ | 22.16 | 11.89 | 59.52 | - |
| YUV | 93.49 | 191.5 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 206 | 0.35 | 0.75 | 0 | 0.19 | 272.13 | 0.61 | 0.5 |
| Hex | 86 | 33 | CE | 23 | 4B | 0 | 13 | 110 | 3D | 32 |
| Octal | 206 | 63 | 316 | 43 | 113 | 0 | 23 | 420 | 75 | 62 |
| Binary | 10000110 | 110011 | 11001110 | 100011 | 1001011 | 0 | 10011 | 100010000 | 111101 | 110010 |
Color Harmonies of #8633CE
Complementary color
Monochromatic Colors of #8633CE
Black with #8633CE
Text Example
Text Example
White with #8633CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8633CE; }
p { color: rgb(134,51,206); }
H1.HeaderClassName
{
color: #8633CE;
}
.AnyTagClassName
{
color: #8633CE;
}
</style>
background-color css
<style>
a { background-color: #8633CE; }
a { background-color: rgb(134,51,206); }
div.DivClassName
{
background-color: #8633CE;
}
.BgClassName
{
background-color: #8633CE;
}
</style>
border-color css
<style>
span { border-color: #8633CE; }
span { border-color: rgb(134,51,206); }
td.TdClassName
{
border-color: #8633CE;
}
.TagClassName
{
border-color: #8633CE;
}
</style>