Shades of Blue Violet #833CCD
Tints of Blue Violet #833CCD
RGB
CMYK
RGB Variations
Color information
#833CCD (or 0x833CCD) is known color: Blue Violet. HEX triplet: 83, 3C and CD. RGB value is (131,60,205). Sum of RGB (Red+Green+Blue) = 131+60+205=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #833CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CCD is #7CC332. Grayscale: #616161. Windows color (decimal): -8176435 or 13450371. OLE color: 13450371.
HSL color Cylindrical-coordinate representation of color #833CCD: hue angle of 269.38º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #833CCD is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 60 | 205 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.20 |
| HSL | 269.38º | 0.59% | 0.52% | - |
| HSV(B) | 269.38º | 0.71% | 0.8% | - |
| XYZ | 22 | 12.46 | 59 | - |
| YUV | 97.76 | 188.52 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 205 | 0.36 | 0.71 | 0 | 0.20 | 269.38 | 0.59 | 0.52 |
| Hex | 83 | 3C | CD | 24 | 47 | 0 | 14 | 10D | 3B | 34 |
| Octal | 203 | 74 | 315 | 44 | 107 | 0 | 24 | 415 | 73 | 64 |
| Binary | 10000011 | 111100 | 11001101 | 100100 | 1000111 | 0 | 10100 | 100001101 | 111011 | 110100 |
Color Harmonies of #833CCD
Complementary color
Monochromatic Colors of #833CCD
Black with #833CCD
Text Example
Text Example
White with #833CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CCD; }
p { color: rgb(131,60,205); }
H1.HeaderClassName
{
color: #833CCD;
}
.AnyTagClassName
{
color: #833CCD;
}
</style>
background-color css
<style>
a { background-color: #833CCD; }
a { background-color: rgb(131,60,205); }
div.DivClassName
{
background-color: #833CCD;
}
.BgClassName
{
background-color: #833CCD;
}
</style>
border-color css
<style>
span { border-color: #833CCD; }
span { border-color: rgb(131,60,205); }
td.TdClassName
{
border-color: #833CCD;
}
.TagClassName
{
border-color: #833CCD;
}
</style>