Shades of Blue Violet #8333CE
Tints of Blue Violet #8333CE
RGB
CMYK
RGB Variations
Color information
#8333CE (or 0x8333CE) is known color: Blue Violet. HEX triplet: 83, 33 and CE. RGB value is (131,51,206). Sum of RGB (Red+Green+Blue) = 131+51+206=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #8333CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8333CE is #7CCC31. Grayscale: #5C5C5C. Windows color (decimal): -8178738 or 13513603. OLE color: 13513603.
HSL color Cylindrical-coordinate representation of color #8333CE: hue angle of 270.97º 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 #8333CE is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 51 | 206 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.19 |
| HSL | 270.97º | 0.61% | 0.5% | - |
| HSV(B) | 270.97º | 0.75% | 0.81% | - |
| XYZ | 21.68 | 11.65 | 59.5 | - |
| YUV | 92.59 | 192 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 206 | 0.36 | 0.75 | 0 | 0.19 | 270.97 | 0.61 | 0.5 |
| Hex | 83 | 33 | CE | 24 | 4B | 0 | 13 | 10F | 3D | 32 |
| Octal | 203 | 63 | 316 | 44 | 113 | 0 | 23 | 417 | 75 | 62 |
| Binary | 10000011 | 110011 | 11001110 | 100100 | 1001011 | 0 | 10011 | 100001111 | 111101 | 110010 |
Color Harmonies of #8333CE
Complementary color
Monochromatic Colors of #8333CE
Black with #8333CE
Text Example
Text Example
White with #8333CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8333CE; }
p { color: rgb(131,51,206); }
H1.HeaderClassName
{
color: #8333CE;
}
.AnyTagClassName
{
color: #8333CE;
}
</style>
background-color css
<style>
a { background-color: #8333CE; }
a { background-color: rgb(131,51,206); }
div.DivClassName
{
background-color: #8333CE;
}
.BgClassName
{
background-color: #8333CE;
}
</style>
border-color css
<style>
span { border-color: #8333CE; }
span { border-color: rgb(131,51,206); }
td.TdClassName
{
border-color: #8333CE;
}
.TagClassName
{
border-color: #8333CE;
}
</style>