Shades of Vivid Violet #823CA4
Tints of Vivid Violet #823CA4
RGB
CMYK
RGB Variations
Color information
#823CA4 (or 0x823CA4) is known color: Vivid Violet. HEX triplet: 82, 3C and A4. RGB value is (130,60,164). Sum of RGB (Red+Green+Blue) = 130+60+164=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #823CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823CA4 is #7DC35B. Grayscale: #5C5C5C. Windows color (decimal): -8242012 or 10763394. OLE color: 10763394.
HSL color Cylindrical-coordinate representation of color #823CA4: hue angle of 280.38º 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 #823CA4 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 60 | 164 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.36 |
| HSL | 280.38º | 0.46% | 0.44% | - |
| HSV(B) | 280.38º | 0.63% | 0.64% | - |
| XYZ | 17.52 | 10.66 | 36.26 | - |
| YUV | 92.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 164 | 0.21 | 0.63 | 0 | 0.36 | 280.38 | 0.46 | 0.44 |
| Hex | 82 | 3C | A4 | 15 | 3F | 0 | 24 | 118 | 2E | 2C |
| Octal | 202 | 74 | 244 | 25 | 77 | 0 | 44 | 430 | 56 | 54 |
| Binary | 10000010 | 111100 | 10100100 | 10101 | 111111 | 0 | 100100 | 100011000 | 101110 | 101100 |
Color Harmonies of #823CA4
Complementary color
Monochromatic Colors of #823CA4
Black with #823CA4
Text Example
Text Example
White with #823CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CA4; }
p { color: rgb(130,60,164); }
H1.HeaderClassName
{
color: #823CA4;
}
.AnyTagClassName
{
color: #823CA4;
}
</style>
background-color css
<style>
a { background-color: #823CA4; }
a { background-color: rgb(130,60,164); }
div.DivClassName
{
background-color: #823CA4;
}
.BgClassName
{
background-color: #823CA4;
}
</style>
border-color css
<style>
span { border-color: #823CA4; }
span { border-color: rgb(130,60,164); }
td.TdClassName
{
border-color: #823CA4;
}
.TagClassName
{
border-color: #823CA4;
}
</style>