Shades of Blue Violet #833DCD
Tints of Blue Violet #833DCD
RGB
CMYK
RGB Variations
Color information
#833DCD (or 0x833DCD) is known color: Blue Violet. HEX triplet: 83, 3D and CD. RGB value is (131,61,205). Sum of RGB (Red+Green+Blue) = 131+61+205=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #833DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DCD is #7CC232. Grayscale: #616161. Windows color (decimal): -8176179 or 13450627. OLE color: 13450627.
HSL color Cylindrical-coordinate representation of color #833DCD: hue angle of 269.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #833DCD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 61 | 205 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.20 |
| HSL | 269.17º | 0.59% | 0.52% | - |
| HSV(B) | 269.17º | 0.7% | 0.8% | - |
| XYZ | 22.05 | 12.57 | 59.02 | - |
| YUV | 98.35 | 188.19 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 205 | 0.36 | 0.70 | 0 | 0.20 | 269.17 | 0.59 | 0.52 |
| Hex | 83 | 3D | CD | 24 | 46 | 0 | 14 | 10D | 3B | 34 |
| Octal | 203 | 75 | 315 | 44 | 106 | 0 | 24 | 415 | 73 | 64 |
| Binary | 10000011 | 111101 | 11001101 | 100100 | 1000110 | 0 | 10100 | 100001101 | 111011 | 110100 |
Color Harmonies of #833DCD
Complementary color
Monochromatic Colors of #833DCD
Black with #833DCD
Text Example
Text Example
White with #833DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DCD; }
p { color: rgb(131,61,205); }
H1.HeaderClassName
{
color: #833DCD;
}
.AnyTagClassName
{
color: #833DCD;
}
</style>
background-color css
<style>
a { background-color: #833DCD; }
a { background-color: rgb(131,61,205); }
div.DivClassName
{
background-color: #833DCD;
}
.BgClassName
{
background-color: #833DCD;
}
</style>
border-color css
<style>
span { border-color: #833DCD; }
span { border-color: rgb(131,61,205); }
td.TdClassName
{
border-color: #833DCD;
}
.TagClassName
{
border-color: #833DCD;
}
</style>