Shades of Vivid Violet #823DA4
Tints of Vivid Violet #823DA4
RGB
CMYK
RGB Variations
Color information
#823DA4 (or 0x823DA4) is known color: Vivid Violet. HEX triplet: 82, 3D and A4. RGB value is (130,61,164). Sum of RGB (Red+Green+Blue) = 130+61+164=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #823DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823DA4 is #7DC25B. Grayscale: #5D5D5D. Windows color (decimal): -8241756 or 10763650. OLE color: 10763650.
HSL color Cylindrical-coordinate representation of color #823DA4: hue angle of 280.19º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823DA4 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 61 | 164 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.36 |
| HSL | 280.19º | 0.46% | 0.44% | - |
| HSV(B) | 280.19º | 0.63% | 0.64% | - |
| XYZ | 17.58 | 10.76 | 36.27 | - |
| YUV | 93.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 164 | 0.21 | 0.63 | 0 | 0.36 | 280.19 | 0.46 | 0.44 |
| Hex | 82 | 3D | A4 | 15 | 3F | 0 | 24 | 118 | 2E | 2C |
| Octal | 202 | 75 | 244 | 25 | 77 | 0 | 44 | 430 | 56 | 54 |
| Binary | 10000010 | 111101 | 10100100 | 10101 | 111111 | 0 | 100100 | 100011000 | 101110 | 101100 |
Color Harmonies of #823DA4
Complementary color
Monochromatic Colors of #823DA4
Black with #823DA4
Text Example
Text Example
White with #823DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823DA4; }
p { color: rgb(130,61,164); }
H1.HeaderClassName
{
color: #823DA4;
}
.AnyTagClassName
{
color: #823DA4;
}
</style>
background-color css
<style>
a { background-color: #823DA4; }
a { background-color: rgb(130,61,164); }
div.DivClassName
{
background-color: #823DA4;
}
.BgClassName
{
background-color: #823DA4;
}
</style>
border-color css
<style>
span { border-color: #823DA4; }
span { border-color: rgb(130,61,164); }
td.TdClassName
{
border-color: #823DA4;
}
.TagClassName
{
border-color: #823DA4;
}
</style>