Shades of Vivid Violet #823B9B
Tints of Vivid Violet #823B9B
RGB
CMYK
RGB Variations
Color information
#823B9B (or 0x823B9B) is known color: Vivid Violet. HEX triplet: 82, 3B and 9B. RGB value is (130,59,155). Sum of RGB (Red+Green+Blue) = 130+59+155=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #823B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823B9B is #7DC464. Grayscale: #5A5A5A. Windows color (decimal): -8242277 or 10173314. OLE color: 10173314.
HSL color Cylindrical-coordinate representation of color #823B9B: hue angle of 284.38º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823B9B is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 59 | 155 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.39 |
| HSL | 284.38º | 0.45% | 0.42% | - |
| HSV(B) | 284.38º | 0.62% | 0.61% | - |
| XYZ | 16.69 | 10.24 | 32.11 | - |
| YUV | 91.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 155 | 0.16 | 0.62 | 0 | 0.39 | 284.38 | 0.45 | 0.42 |
| Hex | 82 | 3B | 9B | 10 | 3E | 0 | 27 | 11C | 2D | 2A |
| Octal | 202 | 73 | 233 | 20 | 76 | 0 | 47 | 434 | 55 | 52 |
| Binary | 10000010 | 111011 | 10011011 | 10000 | 111110 | 0 | 100111 | 100011100 | 101101 | 101010 |
Color Harmonies of #823B9B
Complementary color
Monochromatic Colors of #823B9B
Black with #823B9B
Text Example
Text Example
White with #823B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823B9B; }
p { color: rgb(130,59,155); }
H1.HeaderClassName
{
color: #823B9B;
}
.AnyTagClassName
{
color: #823B9B;
}
</style>
background-color css
<style>
a { background-color: #823B9B; }
a { background-color: rgb(130,59,155); }
div.DivClassName
{
background-color: #823B9B;
}
.BgClassName
{
background-color: #823B9B;
}
</style>
border-color css
<style>
span { border-color: #823B9B; }
span { border-color: rgb(130,59,155); }
td.TdClassName
{
border-color: #823B9B;
}
.TagClassName
{
border-color: #823B9B;
}
</style>