Shades of Blue Violet #833CCE
Tints of Blue Violet #833CCE
RGB
CMYK
RGB Variations
Color information
#833CCE (or 0x833CCE) is known color: Blue Violet. HEX triplet: 83, 3C and CE. RGB value is (131,60,206). Sum of RGB (Red+Green+Blue) = 131+60+206=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #833CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CCE is #7CC331. Grayscale: #616161. Windows color (decimal): -8176434 or 13515907. OLE color: 13515907.
HSL color Cylindrical-coordinate representation of color #833CCE: hue angle of 269.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #833CCE is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 60 | 206 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.19 |
| HSL | 269.18º | 0.6% | 0.52% | - |
| HSV(B) | 269.18º | 0.71% | 0.81% | - |
| XYZ | 22.12 | 12.51 | 59.64 | - |
| YUV | 97.87 | 189.02 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 206 | 0.36 | 0.71 | 0 | 0.19 | 269.18 | 0.6 | 0.52 |
| Hex | 83 | 3C | CE | 24 | 47 | 0 | 13 | 10D | 3C | 34 |
| Octal | 203 | 74 | 316 | 44 | 107 | 0 | 23 | 415 | 74 | 64 |
| Binary | 10000011 | 111100 | 11001110 | 100100 | 1000111 | 0 | 10011 | 100001101 | 111100 | 110100 |
Color Harmonies of #833CCE
Complementary color
Monochromatic Colors of #833CCE
Black with #833CCE
Text Example
Text Example
White with #833CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CCE; }
p { color: rgb(131,60,206); }
H1.HeaderClassName
{
color: #833CCE;
}
.AnyTagClassName
{
color: #833CCE;
}
</style>
background-color css
<style>
a { background-color: #833CCE; }
a { background-color: rgb(131,60,206); }
div.DivClassName
{
background-color: #833CCE;
}
.BgClassName
{
background-color: #833CCE;
}
</style>
border-color css
<style>
span { border-color: #833CCE; }
span { border-color: rgb(131,60,206); }
td.TdClassName
{
border-color: #833CCE;
}
.TagClassName
{
border-color: #833CCE;
}
</style>