Shades of Vivid Violet #83269B
Tints of Vivid Violet #83269B
RGB
CMYK
RGB Variations
Color information
#83269B (or 0x83269B) is known color: Vivid Violet. HEX triplet: 83, 26 and 9B. RGB value is (131,38,155). Sum of RGB (Red+Green+Blue) = 131+38+155=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #83269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83269B is #7CD964. Grayscale: #4E4E4E. Windows color (decimal): -8182117 or 10167939. OLE color: 10167939.
HSL color Cylindrical-coordinate representation of color #83269B: hue angle of 287.69º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83269B is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 38 | 155 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.39 |
| HSL | 287.69º | 0.61% | 0.38% | - |
| HSV(B) | 287.69º | 0.75% | 0.61% | - |
| XYZ | 15.97 | 8.58 | 31.82 | - |
| YUV | 79.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 155 | 0.15 | 0.75 | 0 | 0.39 | 287.69 | 0.61 | 0.38 |
| Hex | 83 | 26 | 9B | F | 4B | 0 | 27 | 120 | 3D | 26 |
| Octal | 203 | 46 | 233 | 17 | 113 | 0 | 47 | 440 | 75 | 46 |
| Binary | 10000011 | 100110 | 10011011 | 1111 | 1001011 | 0 | 100111 | 100100000 | 111101 | 100110 |
Color Harmonies of #83269B
Complementary color
Monochromatic Colors of #83269B
Black with #83269B
Text Example
Text Example
White with #83269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83269B; }
p { color: rgb(131,38,155); }
H1.HeaderClassName
{
color: #83269B;
}
.AnyTagClassName
{
color: #83269B;
}
</style>
background-color css
<style>
a { background-color: #83269B; }
a { background-color: rgb(131,38,155); }
div.DivClassName
{
background-color: #83269B;
}
.BgClassName
{
background-color: #83269B;
}
</style>
border-color css
<style>
span { border-color: #83269B; }
span { border-color: rgb(131,38,155); }
td.TdClassName
{
border-color: #83269B;
}
.TagClassName
{
border-color: #83269B;
}
</style>