Shades of Vivid Violet #803CA4
Tints of Vivid Violet #803CA4
RGB
CMYK
RGB Variations
Color information
#803CA4 (or 0x803CA4) is known color: Vivid Violet. HEX triplet: 80, 3C and A4. RGB value is (128,60,164). Sum of RGB (Red+Green+Blue) = 128+60+164=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #803CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803CA4 is #7FC35B. Grayscale: #5B5B5B. Windows color (decimal): -8373084 or 10763392. OLE color: 10763392.
HSL color Cylindrical-coordinate representation of color #803CA4: hue angle of 279.23º 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 #803CA4 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 60 | 164 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.36 |
| HSL | 279.23º | 0.46% | 0.44% | - |
| HSV(B) | 279.23º | 0.63% | 0.64% | - |
| XYZ | 17.22 | 10.5 | 36.24 | - |
| YUV | 92.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 164 | 0.22 | 0.63 | 0 | 0.36 | 279.23 | 0.46 | 0.44 |
| Hex | 80 | 3C | A4 | 16 | 3F | 0 | 24 | 117 | 2E | 2C |
| Octal | 200 | 74 | 244 | 26 | 77 | 0 | 44 | 427 | 56 | 54 |
| Binary | 10000000 | 111100 | 10100100 | 10110 | 111111 | 0 | 100100 | 100010111 | 101110 | 101100 |
Color Harmonies of #803CA4
Complementary color
Monochromatic Colors of #803CA4
Black with #803CA4
Text Example
Text Example
White with #803CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CA4; }
p { color: rgb(128,60,164); }
H1.HeaderClassName
{
color: #803CA4;
}
.AnyTagClassName
{
color: #803CA4;
}
</style>
background-color css
<style>
a { background-color: #803CA4; }
a { background-color: rgb(128,60,164); }
div.DivClassName
{
background-color: #803CA4;
}
.BgClassName
{
background-color: #803CA4;
}
</style>
border-color css
<style>
span { border-color: #803CA4; }
span { border-color: rgb(128,60,164); }
td.TdClassName
{
border-color: #803CA4;
}
.TagClassName
{
border-color: #803CA4;
}
</style>