Shades of Vivid Violet #803D93
Tints of Vivid Violet #803D93
RGB
CMYK
RGB Variations
Color information
#803D93 (or 0x803D93) is known color: Vivid Violet. HEX triplet: 80, 3D and 93. RGB value is (128,61,147). Sum of RGB (Red+Green+Blue) = 128+61+147=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #803D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803D93 is #7FC26C. Grayscale: #5A5A5A. Windows color (decimal): -8372845 or 9649536. OLE color: 9649536.
HSL color Cylindrical-coordinate representation of color #803D93: hue angle of 286.74º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803D93 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 61 | 147 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.42 |
| HSL | 286.74º | 0.41% | 0.41% | - |
| HSV(B) | 286.74º | 0.59% | 0.58% | - |
| XYZ | 15.84 | 10.03 | 28.71 | - |
| YUV | 90.84 | 159.7 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 147 | 0.13 | 0.59 | 0 | 0.42 | 286.74 | 0.41 | 0.41 |
| Hex | 80 | 3D | 93 | D | 3B | 0 | 2A | 11F | 29 | 29 |
| Octal | 200 | 75 | 223 | 15 | 73 | 0 | 52 | 437 | 51 | 51 |
| Binary | 10000000 | 111101 | 10010011 | 1101 | 111011 | 0 | 101010 | 100011111 | 101001 | 101001 |
Color Harmonies of #803D93
Complementary color
Monochromatic Colors of #803D93
Black with #803D93
Text Example
Text Example
White with #803D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D93; }
p { color: rgb(128,61,147); }
H1.HeaderClassName
{
color: #803D93;
}
.AnyTagClassName
{
color: #803D93;
}
</style>
background-color css
<style>
a { background-color: #803D93; }
a { background-color: rgb(128,61,147); }
div.DivClassName
{
background-color: #803D93;
}
.BgClassName
{
background-color: #803D93;
}
</style>
border-color css
<style>
span { border-color: #803D93; }
span { border-color: rgb(128,61,147); }
td.TdClassName
{
border-color: #803D93;
}
.TagClassName
{
border-color: #803D93;
}
</style>