Shades of Blue Violet #833DDC
Tints of Blue Violet #833DDC
RGB
CMYK
RGB Variations
Color information
#833DDC (or 0x833DDC) is known color: Blue Violet. HEX triplet: 83, 3D and DC. RGB value is (131,61,220). Sum of RGB (Red+Green+Blue) = 131+61+220=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #833DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DDC is #7CC223. Grayscale: #636363. Windows color (decimal): -8176164 or 14433667. OLE color: 14433667.
HSL color Cylindrical-coordinate representation of color #833DDC: hue angle of 266.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833DDC is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 61 | 220 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.14 |
| HSL | 266.42º | 0.69% | 0.55% | - |
| HSV(B) | 266.42º | 0.72% | 0.86% | - |
| XYZ | 23.95 | 13.33 | 69.02 | - |
| YUV | 100.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 220 | 0.40 | 0.72 | 0 | 0.14 | 266.42 | 0.69 | 0.55 |
| Hex | 83 | 3D | DC | 28 | 48 | 0 | E | 10A | 45 | 37 |
| Octal | 203 | 75 | 334 | 50 | 110 | 0 | 16 | 412 | 105 | 67 |
| Binary | 10000011 | 111101 | 11011100 | 101000 | 1001000 | 0 | 1110 | 100001010 | 1000101 | 110111 |
Color Harmonies of #833DDC
Complementary color
Monochromatic Colors of #833DDC
Black with #833DDC
Text Example
Text Example
White with #833DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DDC; }
p { color: rgb(131,61,220); }
H1.HeaderClassName
{
color: #833DDC;
}
.AnyTagClassName
{
color: #833DDC;
}
</style>
background-color css
<style>
a { background-color: #833DDC; }
a { background-color: rgb(131,61,220); }
div.DivClassName
{
background-color: #833DDC;
}
.BgClassName
{
background-color: #833DDC;
}
</style>
border-color css
<style>
span { border-color: #833DDC; }
span { border-color: rgb(131,61,220); }
td.TdClassName
{
border-color: #833DDC;
}
.TagClassName
{
border-color: #833DDC;
}
</style>