Shades of Blue Violet #833CDD
Tints of Blue Violet #833CDD
RGB
CMYK
RGB Variations
Color information
#833CDD (or 0x833CDD) is known color: Blue Violet. HEX triplet: 83, 3C and DD. RGB value is (131,60,221). Sum of RGB (Red+Green+Blue) = 131+60+221=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #833CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CDD is #7CC322. Grayscale: #636363. Windows color (decimal): -8176419 or 14498947. OLE color: 14498947.
HSL color Cylindrical-coordinate representation of color #833CDD: hue angle of 266.46º degrees, saturation: 0.7, 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 #833CDD is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 60 | 221 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.13 |
| HSL | 266.46º | 0.7% | 0.55% | - |
| HSV(B) | 266.46º | 0.73% | 0.87% | - |
| XYZ | 24.03 | 13.28 | 69.7 | - |
| YUV | 99.58 | 196.52 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 221 | 0.41 | 0.73 | 0 | 0.13 | 266.46 | 0.7 | 0.55 |
| Hex | 83 | 3C | DD | 29 | 49 | 0 | D | 10A | 46 | 37 |
| Octal | 203 | 74 | 335 | 51 | 111 | 0 | 15 | 412 | 106 | 67 |
| Binary | 10000011 | 111100 | 11011101 | 101001 | 1001001 | 0 | 1101 | 100001010 | 1000110 | 110111 |
Color Harmonies of #833CDD
Complementary color
Monochromatic Colors of #833CDD
Black with #833CDD
Text Example
Text Example
White with #833CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CDD; }
p { color: rgb(131,60,221); }
H1.HeaderClassName
{
color: #833CDD;
}
.AnyTagClassName
{
color: #833CDD;
}
</style>
background-color css
<style>
a { background-color: #833CDD; }
a { background-color: rgb(131,60,221); }
div.DivClassName
{
background-color: #833CDD;
}
.BgClassName
{
background-color: #833CDD;
}
</style>
border-color css
<style>
span { border-color: #833CDD; }
span { border-color: rgb(131,60,221); }
td.TdClassName
{
border-color: #833CDD;
}
.TagClassName
{
border-color: #833CDD;
}
</style>