Shades of Vivid Violet #883D93
Tints of Vivid Violet #883D93
RGB
CMYK
RGB Variations
Color information
#883D93 (or 0x883D93) is known color: Vivid Violet. HEX triplet: 88, 3D and 93. RGB value is (136,61,147). Sum of RGB (Red+Green+Blue) = 136+61+147=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #883D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883D93 is #77C26C. Grayscale: #5C5C5C. Windows color (decimal): -7848557 or 9649544. OLE color: 9649544.
HSL color Cylindrical-coordinate representation of color #883D93: hue angle of 292.33º 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 #883D93 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 61 | 147 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.42 |
| HSL | 292.33º | 0.41% | 0.41% | - |
| HSV(B) | 292.33º | 0.59% | 0.58% | - |
| XYZ | 17.09 | 10.68 | 28.76 | - |
| YUV | 93.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 147 | 0.07 | 0.59 | 0 | 0.42 | 292.33 | 0.41 | 0.41 |
| Hex | 88 | 3D | 93 | 7 | 3B | 0 | 2A | 124 | 29 | 29 |
| Octal | 210 | 75 | 223 | 7 | 73 | 0 | 52 | 444 | 51 | 51 |
| Binary | 10001000 | 111101 | 10010011 | 111 | 111011 | 0 | 101010 | 100100100 | 101001 | 101001 |
Color Harmonies of #883D93
Complementary color
Monochromatic Colors of #883D93
Black with #883D93
Text Example
Text Example
White with #883D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D93; }
p { color: rgb(136,61,147); }
H1.HeaderClassName
{
color: #883D93;
}
.AnyTagClassName
{
color: #883D93;
}
</style>
background-color css
<style>
a { background-color: #883D93; }
a { background-color: rgb(136,61,147); }
div.DivClassName
{
background-color: #883D93;
}
.BgClassName
{
background-color: #883D93;
}
</style>
border-color css
<style>
span { border-color: #883D93; }
span { border-color: rgb(136,61,147); }
td.TdClassName
{
border-color: #883D93;
}
.TagClassName
{
border-color: #883D93;
}
</style>