Shades of Vivid Violet #83268E
Tints of Vivid Violet #83268E
RGB
CMYK
RGB Variations
Color information
#83268E (or 0x83268E) is known color: Vivid Violet. HEX triplet: 83, 26 and 8E. RGB value is (131,38,142). Sum of RGB (Red+Green+Blue) = 131+38+142=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #83268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83268E is #7CD971. Grayscale: #4D4D4D. Windows color (decimal): -8182130 or 9315971. OLE color: 9315971.
HSL color Cylindrical-coordinate representation of color #83268E: hue angle of 293.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83268E is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 38 | 142 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.44 |
| HSL | 293.65º | 0.58% | 0.35% | - |
| HSV(B) | 293.65º | 0.73% | 0.56% | - |
| XYZ | 14.94 | 8.16 | 26.38 | - |
| YUV | 77.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 142 | 0.08 | 0.73 | 0 | 0.44 | 293.65 | 0.58 | 0.35 |
| Hex | 83 | 26 | 8E | 8 | 49 | 0 | 2C | 126 | 3A | 23 |
| Octal | 203 | 46 | 216 | 10 | 111 | 0 | 54 | 446 | 72 | 43 |
| Binary | 10000011 | 100110 | 10001110 | 1000 | 1001001 | 0 | 101100 | 100100110 | 111010 | 100011 |
Color Harmonies of #83268E
Complementary color
Monochromatic Colors of #83268E
Black with #83268E
Text Example
Text Example
White with #83268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83268E; }
p { color: rgb(131,38,142); }
H1.HeaderClassName
{
color: #83268E;
}
.AnyTagClassName
{
color: #83268E;
}
</style>
background-color css
<style>
a { background-color: #83268E; }
a { background-color: rgb(131,38,142); }
div.DivClassName
{
background-color: #83268E;
}
.BgClassName
{
background-color: #83268E;
}
</style>
border-color css
<style>
span { border-color: #83268E; }
span { border-color: rgb(131,38,142); }
td.TdClassName
{
border-color: #83268E;
}
.TagClassName
{
border-color: #83268E;
}
</style>