Shades of Blue Violet #833CDE
Tints of Blue Violet #833CDE
RGB
CMYK
RGB Variations
Color information
#833CDE (or 0x833CDE) is known color: Blue Violet. HEX triplet: 83, 3C and DE. RGB value is (131,60,222). Sum of RGB (Red+Green+Blue) = 131+60+222=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #833CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CDE is #7CC321. Grayscale: #636363. Windows color (decimal): -8176418 or 14564483. OLE color: 14564483.
HSL color Cylindrical-coordinate representation of color #833CDE: hue angle of 266.3º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833CDE is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 60 | 222 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.13 |
| HSL | 266.3º | 0.71% | 0.55% | - |
| HSV(B) | 266.3º | 0.73% | 0.87% | - |
| XYZ | 24.16 | 13.33 | 70.41 | - |
| YUV | 99.7 | 197.02 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 222 | 0.41 | 0.73 | 0 | 0.13 | 266.3 | 0.71 | 0.55 |
| Hex | 83 | 3C | DE | 29 | 49 | 0 | D | 10A | 47 | 37 |
| Octal | 203 | 74 | 336 | 51 | 111 | 0 | 15 | 412 | 107 | 67 |
| Binary | 10000011 | 111100 | 11011110 | 101001 | 1001001 | 0 | 1101 | 100001010 | 1000111 | 110111 |
Color Harmonies of #833CDE
Complementary color
Monochromatic Colors of #833CDE
Black with #833CDE
Text Example
Text Example
White with #833CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CDE; }
p { color: rgb(131,60,222); }
H1.HeaderClassName
{
color: #833CDE;
}
.AnyTagClassName
{
color: #833CDE;
}
</style>
background-color css
<style>
a { background-color: #833CDE; }
a { background-color: rgb(131,60,222); }
div.DivClassName
{
background-color: #833CDE;
}
.BgClassName
{
background-color: #833CDE;
}
</style>
border-color css
<style>
span { border-color: #833CDE; }
span { border-color: rgb(131,60,222); }
td.TdClassName
{
border-color: #833CDE;
}
.TagClassName
{
border-color: #833CDE;
}
</style>