Shades of Vivid Violet #943AAA
Tints of Vivid Violet #943AAA
RGB
CMYK
RGB Variations
Color information
#943AAA (or 0x943AAA) is known color: Vivid Violet. HEX triplet: 94, 3A and AA. RGB value is (148,58,170). Sum of RGB (Red+Green+Blue) = 148+58+170=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #943AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943AAA is #6BC555. Grayscale: #616161. Windows color (decimal): -7062870 or 11156116. OLE color: 11156116.
HSL color Cylindrical-coordinate representation of color #943AAA: hue angle of 288.21º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943AAA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 58 | 170 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.33 |
| HSL | 288.21º | 0.49% | 0.45% | - |
| HSV(B) | 288.21º | 0.66% | 0.67% | - |
| XYZ | 20.98 | 12.22 | 39.28 | - |
| YUV | 97.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 170 | 0.13 | 0.66 | 0 | 0.33 | 288.21 | 0.49 | 0.45 |
| Hex | 94 | 3A | AA | D | 42 | 0 | 21 | 120 | 31 | 2D |
| Octal | 224 | 72 | 252 | 15 | 102 | 0 | 41 | 440 | 61 | 55 |
| Binary | 10010100 | 111010 | 10101010 | 1101 | 1000010 | 0 | 100001 | 100100000 | 110001 | 101101 |
Color Harmonies of #943AAA
Complementary color
Monochromatic Colors of #943AAA
Black with #943AAA
Text Example
Text Example
White with #943AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943AAA; }
p { color: rgb(148,58,170); }
H1.HeaderClassName
{
color: #943AAA;
}
.AnyTagClassName
{
color: #943AAA;
}
</style>
background-color css
<style>
a { background-color: #943AAA; }
a { background-color: rgb(148,58,170); }
div.DivClassName
{
background-color: #943AAA;
}
.BgClassName
{
background-color: #943AAA;
}
</style>
border-color css
<style>
span { border-color: #943AAA; }
span { border-color: rgb(148,58,170); }
td.TdClassName
{
border-color: #943AAA;
}
.TagClassName
{
border-color: #943AAA;
}
</style>