Shades of Vivid Violet #823BA7
Tints of Vivid Violet #823BA7
RGB
CMYK
RGB Variations
Color information
#823BA7 (or 0x823BA7) is known color: Vivid Violet. HEX triplet: 82, 3B and A7. RGB value is (130,59,167). Sum of RGB (Red+Green+Blue) = 130+59+167=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #823BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823BA7 is #7DC458. Grayscale: #5C5C5C. Windows color (decimal): -8242265 or 10959746. OLE color: 10959746.
HSL color Cylindrical-coordinate representation of color #823BA7: hue angle of 279.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823BA7 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 59 | 167 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.35 |
| HSL | 279.44º | 0.48% | 0.44% | - |
| HSV(B) | 279.44º | 0.65% | 0.65% | - |
| XYZ | 17.74 | 10.66 | 37.68 | - |
| YUV | 92.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 167 | 0.22 | 0.65 | 0 | 0.35 | 279.44 | 0.48 | 0.44 |
| Hex | 82 | 3B | A7 | 16 | 41 | 0 | 23 | 117 | 30 | 2C |
| Octal | 202 | 73 | 247 | 26 | 101 | 0 | 43 | 427 | 60 | 54 |
| Binary | 10000010 | 111011 | 10100111 | 10110 | 1000001 | 0 | 100011 | 100010111 | 110000 | 101100 |
Color Harmonies of #823BA7
Complementary color
Monochromatic Colors of #823BA7
Black with #823BA7
Text Example
Text Example
White with #823BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823BA7; }
p { color: rgb(130,59,167); }
H1.HeaderClassName
{
color: #823BA7;
}
.AnyTagClassName
{
color: #823BA7;
}
</style>
background-color css
<style>
a { background-color: #823BA7; }
a { background-color: rgb(130,59,167); }
div.DivClassName
{
background-color: #823BA7;
}
.BgClassName
{
background-color: #823BA7;
}
</style>
border-color css
<style>
span { border-color: #823BA7; }
span { border-color: rgb(130,59,167); }
td.TdClassName
{
border-color: #823BA7;
}
.TagClassName
{
border-color: #823BA7;
}
</style>