Shades of Vivid Violet #823C9B
Tints of Vivid Violet #823C9B
RGB
CMYK
RGB Variations
Color information
#823C9B (or 0x823C9B) is known color: Vivid Violet. HEX triplet: 82, 3C and 9B. RGB value is (130,60,155). Sum of RGB (Red+Green+Blue) = 130+60+155=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #823C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823C9B is #7DC364. Grayscale: #5B5B5B. Windows color (decimal): -8242021 or 10173570. OLE color: 10173570.
HSL color Cylindrical-coordinate representation of color #823C9B: hue angle of 284.21º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #823C9B is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 60 | 155 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.39 |
| HSL | 284.21º | 0.44% | 0.42% | - |
| HSV(B) | 284.21º | 0.61% | 0.61% | - |
| XYZ | 16.74 | 10.34 | 32.12 | - |
| YUV | 91.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 155 | 0.16 | 0.61 | 0 | 0.39 | 284.21 | 0.44 | 0.42 |
| Hex | 82 | 3C | 9B | 10 | 3D | 0 | 27 | 11C | 2C | 2A |
| Octal | 202 | 74 | 233 | 20 | 75 | 0 | 47 | 434 | 54 | 52 |
| Binary | 10000010 | 111100 | 10011011 | 10000 | 111101 | 0 | 100111 | 100011100 | 101100 | 101010 |
Color Harmonies of #823C9B
Complementary color
Monochromatic Colors of #823C9B
Black with #823C9B
Text Example
Text Example
White with #823C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C9B; }
p { color: rgb(130,60,155); }
H1.HeaderClassName
{
color: #823C9B;
}
.AnyTagClassName
{
color: #823C9B;
}
</style>
background-color css
<style>
a { background-color: #823C9B; }
a { background-color: rgb(130,60,155); }
div.DivClassName
{
background-color: #823C9B;
}
.BgClassName
{
background-color: #823C9B;
}
</style>
border-color css
<style>
span { border-color: #823C9B; }
span { border-color: rgb(130,60,155); }
td.TdClassName
{
border-color: #823C9B;
}
.TagClassName
{
border-color: #823C9B;
}
</style>