Shades of Vivid Violet #931DAA
Tints of Vivid Violet #931DAA
RGB
CMYK
RGB Variations
Color information
#931DAA (or 0x931DAA) is known color: Vivid Violet. HEX triplet: 93, 1D and AA. RGB value is (147,29,170). Sum of RGB (Red+Green+Blue) = 147+29+170=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #931DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931DAA is #6CE255. Grayscale: #4F4F4F. Windows color (decimal): -7135830 or 11148691. OLE color: 11148691.
HSL color Cylindrical-coordinate representation of color #931DAA: hue angle of 290.21º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931DAA is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 29 | 170 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.33 |
| HSL | 290.21º | 0.71% | 0.39% | - |
| HSV(B) | 290.21º | 0.83% | 0.67% | - |
| XYZ | 19.73 | 9.98 | 38.92 | - |
| YUV | 80.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 29 | 170 | 0.14 | 0.83 | 0 | 0.33 | 290.21 | 0.71 | 0.39 |
| Hex | 93 | 1D | AA | E | 53 | 0 | 21 | 122 | 47 | 27 |
| Octal | 223 | 35 | 252 | 16 | 123 | 0 | 41 | 442 | 107 | 47 |
| Binary | 10010011 | 11101 | 10101010 | 1110 | 1010011 | 0 | 100001 | 100100010 | 1000111 | 100111 |
Color Harmonies of #931DAA
Complementary color
Monochromatic Colors of #931DAA
Black with #931DAA
Text Example
Text Example
White with #931DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931DAA; }
p { color: rgb(147,29,170); }
H1.HeaderClassName
{
color: #931DAA;
}
.AnyTagClassName
{
color: #931DAA;
}
</style>
background-color css
<style>
a { background-color: #931DAA; }
a { background-color: rgb(147,29,170); }
div.DivClassName
{
background-color: #931DAA;
}
.BgClassName
{
background-color: #931DAA;
}
</style>
border-color css
<style>
span { border-color: #931DAA; }
span { border-color: rgb(147,29,170); }
td.TdClassName
{
border-color: #931DAA;
}
.TagClassName
{
border-color: #931DAA;
}
</style>