Shades of Blue Violet #833DCE
Tints of Blue Violet #833DCE
RGB
CMYK
RGB Variations
Color information
#833DCE (or 0x833DCE) is known color: Blue Violet. HEX triplet: 83, 3D and CE. RGB value is (131,61,206). Sum of RGB (Red+Green+Blue) = 131+61+206=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #833DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DCE is #7CC231. Grayscale: #616161. Windows color (decimal): -8176178 or 13516163. OLE color: 13516163.
HSL color Cylindrical-coordinate representation of color #833DCE: hue angle of 268.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #833DCE is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 61 | 206 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.19 |
| HSL | 268.97º | 0.6% | 0.52% | - |
| HSV(B) | 268.97º | 0.7% | 0.81% | - |
| XYZ | 22.17 | 12.62 | 59.66 | - |
| YUV | 98.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 206 | 0.36 | 0.70 | 0 | 0.19 | 268.97 | 0.6 | 0.52 |
| Hex | 83 | 3D | CE | 24 | 46 | 0 | 13 | 10D | 3C | 34 |
| Octal | 203 | 75 | 316 | 44 | 106 | 0 | 23 | 415 | 74 | 64 |
| Binary | 10000011 | 111101 | 11001110 | 100100 | 1000110 | 0 | 10011 | 100001101 | 111100 | 110100 |
Color Harmonies of #833DCE
Complementary color
Monochromatic Colors of #833DCE
Black with #833DCE
Text Example
Text Example
White with #833DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DCE; }
p { color: rgb(131,61,206); }
H1.HeaderClassName
{
color: #833DCE;
}
.AnyTagClassName
{
color: #833DCE;
}
</style>
background-color css
<style>
a { background-color: #833DCE; }
a { background-color: rgb(131,61,206); }
div.DivClassName
{
background-color: #833DCE;
}
.BgClassName
{
background-color: #833DCE;
}
</style>
border-color css
<style>
span { border-color: #833DCE; }
span { border-color: rgb(131,61,206); }
td.TdClassName
{
border-color: #833DCE;
}
.TagClassName
{
border-color: #833DCE;
}
</style>