Shades of Vivid Violet #803B93
Tints of Vivid Violet #803B93
RGB
CMYK
RGB Variations
Color information
#803B93 (or 0x803B93) is known color: Vivid Violet. HEX triplet: 80, 3B and 93. RGB value is (128,59,147). Sum of RGB (Red+Green+Blue) = 128+59+147=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #803B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803B93 is #7FC46C. Grayscale: #595959. Windows color (decimal): -8373357 or 9649024. OLE color: 9649024.
HSL color Cylindrical-coordinate representation of color #803B93: hue angle of 287.05º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803B93 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 59 | 147 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.42 |
| HSL | 287.05º | 0.43% | 0.4% | - |
| HSV(B) | 287.05º | 0.6% | 0.58% | - |
| XYZ | 15.73 | 9.82 | 28.67 | - |
| YUV | 89.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 147 | 0.13 | 0.60 | 0 | 0.42 | 287.05 | 0.43 | 0.4 |
| Hex | 80 | 3B | 93 | D | 3C | 0 | 2A | 11F | 2B | 28 |
| Octal | 200 | 73 | 223 | 15 | 74 | 0 | 52 | 437 | 53 | 50 |
| Binary | 10000000 | 111011 | 10010011 | 1101 | 111100 | 0 | 101010 | 100011111 | 101011 | 101000 |
Color Harmonies of #803B93
Complementary color
Monochromatic Colors of #803B93
Black with #803B93
Text Example
Text Example
White with #803B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B93; }
p { color: rgb(128,59,147); }
H1.HeaderClassName
{
color: #803B93;
}
.AnyTagClassName
{
color: #803B93;
}
</style>
background-color css
<style>
a { background-color: #803B93; }
a { background-color: rgb(128,59,147); }
div.DivClassName
{
background-color: #803B93;
}
.BgClassName
{
background-color: #803B93;
}
</style>
border-color css
<style>
span { border-color: #803B93; }
span { border-color: rgb(128,59,147); }
td.TdClassName
{
border-color: #803B93;
}
.TagClassName
{
border-color: #803B93;
}
</style>