Shades of Vivid Violet #803A9B
Tints of Vivid Violet #803A9B
RGB
CMYK
RGB Variations
Color information
#803A9B (or 0x803A9B) is known color: Vivid Violet. HEX triplet: 80, 3A and 9B. RGB value is (128,58,155). Sum of RGB (Red+Green+Blue) = 128+58+155=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #803A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803A9B is #7FC564. Grayscale: #595959. Windows color (decimal): -8373605 or 10173056. OLE color: 10173056.
HSL color Cylindrical-coordinate representation of color #803A9B: hue angle of 283.3º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #803A9B is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 58 | 155 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.39 |
| HSL | 283.3º | 0.46% | 0.42% | - |
| HSV(B) | 283.3º | 0.63% | 0.61% | - |
| XYZ | 16.33 | 9.98 | 32.08 | - |
| YUV | 89.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 155 | 0.17 | 0.63 | 0 | 0.39 | 283.3 | 0.46 | 0.42 |
| Hex | 80 | 3A | 9B | 11 | 3F | 0 | 27 | 11B | 2E | 2A |
| Octal | 200 | 72 | 233 | 21 | 77 | 0 | 47 | 433 | 56 | 52 |
| Binary | 10000000 | 111010 | 10011011 | 10001 | 111111 | 0 | 100111 | 100011011 | 101110 | 101010 |
Color Harmonies of #803A9B
Complementary color
Monochromatic Colors of #803A9B
Black with #803A9B
Text Example
Text Example
White with #803A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A9B; }
p { color: rgb(128,58,155); }
H1.HeaderClassName
{
color: #803A9B;
}
.AnyTagClassName
{
color: #803A9B;
}
</style>
background-color css
<style>
a { background-color: #803A9B; }
a { background-color: rgb(128,58,155); }
div.DivClassName
{
background-color: #803A9B;
}
.BgClassName
{
background-color: #803A9B;
}
</style>
border-color css
<style>
span { border-color: #803A9B; }
span { border-color: rgb(128,58,155); }
td.TdClassName
{
border-color: #803A9B;
}
.TagClassName
{
border-color: #803A9B;
}
</style>