Shades of Vivid Violet #833CA6
Tints of Vivid Violet #833CA6
RGB
CMYK
RGB Variations
Color information
#833CA6 (or 0x833CA6) is known color: Vivid Violet. HEX triplet: 83, 3C and A6. RGB value is (131,60,166). Sum of RGB (Red+Green+Blue) = 131+60+166=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #833CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833CA6 is #7CC359. Grayscale: #5C5C5C. Windows color (decimal): -8176474 or 10894467. OLE color: 10894467.
HSL color Cylindrical-coordinate representation of color #833CA6: hue angle of 280.19º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833CA6 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 60 | 166 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.35 |
| HSL | 280.19º | 0.47% | 0.44% | - |
| HSV(B) | 280.19º | 0.64% | 0.65% | - |
| XYZ | 17.86 | 10.81 | 37.22 | - |
| YUV | 93.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 166 | 0.21 | 0.64 | 0 | 0.35 | 280.19 | 0.47 | 0.44 |
| Hex | 83 | 3C | A6 | 15 | 40 | 0 | 23 | 118 | 2F | 2C |
| Octal | 203 | 74 | 246 | 25 | 100 | 0 | 43 | 430 | 57 | 54 |
| Binary | 10000011 | 111100 | 10100110 | 10101 | 1000000 | 0 | 100011 | 100011000 | 101111 | 101100 |
Color Harmonies of #833CA6
Complementary color
Monochromatic Colors of #833CA6
Black with #833CA6
Text Example
Text Example
White with #833CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CA6; }
p { color: rgb(131,60,166); }
H1.HeaderClassName
{
color: #833CA6;
}
.AnyTagClassName
{
color: #833CA6;
}
</style>
background-color css
<style>
a { background-color: #833CA6; }
a { background-color: rgb(131,60,166); }
div.DivClassName
{
background-color: #833CA6;
}
.BgClassName
{
background-color: #833CA6;
}
</style>
border-color css
<style>
span { border-color: #833CA6; }
span { border-color: rgb(131,60,166); }
td.TdClassName
{
border-color: #833CA6;
}
.TagClassName
{
border-color: #833CA6;
}
</style>