Shades of Vivid Violet #833C7F
Tints of Vivid Violet #833C7F
RGB
CMYK
RGB Variations
Color information
#833C7F (or 0x833C7F) is known color: Vivid Violet. HEX triplet: 83, 3C and 7F. RGB value is (131,60,127). Sum of RGB (Red+Green+Blue) = 131+60+127=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #833C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833C7F is #7CC380. Grayscale: #585858. Windows color (decimal): -8176513 or 8338563. OLE color: 8338563.
HSL color Cylindrical-coordinate representation of color #833C7F: hue angle of 303.38º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #833C7F is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 127 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.49 |
| HSL | 303.38º | 0.37% | 0.37% | - |
| HSV(B) | 303.38º | 0.54% | 0.51% | - |
| XYZ | 14.81 | 9.59 | 21.15 | - |
| YUV | 88.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 127 | 0 | 0.54 | 0.03 | 0.49 | 303.38 | 0.37 | 0.37 |
| Hex | 83 | 3C | 7F | 0 | 36 | 3 | 31 | 12F | 25 | 25 |
| Octal | 203 | 74 | 177 | 0 | 66 | 3 | 61 | 457 | 45 | 45 |
| Binary | 10000011 | 111100 | 1111111 | 0 | 110110 | 11 | 110001 | 100101111 | 100101 | 100101 |
Color Harmonies of #833C7F
Complementary color
Monochromatic Colors of #833C7F
Black with #833C7F
Text Example
Text Example
White with #833C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C7F; }
p { color: rgb(131,60,127); }
H1.HeaderClassName
{
color: #833C7F;
}
.AnyTagClassName
{
color: #833C7F;
}
</style>
background-color css
<style>
a { background-color: #833C7F; }
a { background-color: rgb(131,60,127); }
div.DivClassName
{
background-color: #833C7F;
}
.BgClassName
{
background-color: #833C7F;
}
</style>
border-color css
<style>
span { border-color: #833C7F; }
span { border-color: rgb(131,60,127); }
td.TdClassName
{
border-color: #833C7F;
}
.TagClassName
{
border-color: #833C7F;
}
</style>