Shades of Vivid Violet #83268A
Tints of Vivid Violet #83268A
RGB
CMYK
RGB Variations
Color information
#83268A (or 0x83268A) is known color: Vivid Violet. HEX triplet: 83, 26 and 8A. RGB value is (131,38,138). Sum of RGB (Red+Green+Blue) = 131+38+138=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #83268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83268A is #7CD975. Grayscale: #4C4C4C. Windows color (decimal): -8182134 or 9053827. OLE color: 9053827.
HSL color Cylindrical-coordinate representation of color #83268A: hue angle of 295.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83268A is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 38 | 138 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.46 |
| HSL | 295.8º | 0.57% | 0.35% | - |
| HSV(B) | 295.8º | 0.72% | 0.54% | - |
| XYZ | 14.64 | 8.05 | 24.83 | - |
| YUV | 77.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 138 | 0.05 | 0.72 | 0 | 0.46 | 295.8 | 0.57 | 0.35 |
| Hex | 83 | 26 | 8A | 5 | 48 | 0 | 2E | 128 | 39 | 23 |
| Octal | 203 | 46 | 212 | 5 | 110 | 0 | 56 | 450 | 71 | 43 |
| Binary | 10000011 | 100110 | 10001010 | 101 | 1001000 | 0 | 101110 | 100101000 | 111001 | 100011 |
Color Harmonies of #83268A
Complementary color
Monochromatic Colors of #83268A
Black with #83268A
Text Example
Text Example
White with #83268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83268A; }
p { color: rgb(131,38,138); }
H1.HeaderClassName
{
color: #83268A;
}
.AnyTagClassName
{
color: #83268A;
}
</style>
background-color css
<style>
a { background-color: #83268A; }
a { background-color: rgb(131,38,138); }
div.DivClassName
{
background-color: #83268A;
}
.BgClassName
{
background-color: #83268A;
}
</style>
border-color css
<style>
span { border-color: #83268A; }
span { border-color: rgb(131,38,138); }
td.TdClassName
{
border-color: #83268A;
}
.TagClassName
{
border-color: #83268A;
}
</style>