Shades of Vivid Violet #942AAA
Tints of Vivid Violet #942AAA
RGB
CMYK
RGB Variations
Color information
#942AAA (or 0x942AAA) is known color: Vivid Violet. HEX triplet: 94, 2A and AA. RGB value is (148,42,170). Sum of RGB (Red+Green+Blue) = 148+42+170=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #942AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942AAA is #6BD555. Grayscale: #575757. Windows color (decimal): -7066966 or 11152020. OLE color: 11152020.
HSL color Cylindrical-coordinate representation of color #942AAA: hue angle of 289.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942AAA is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 42 | 170 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.33 |
| HSL | 289.69º | 0.6% | 0.42% | - |
| HSV(B) | 289.69º | 0.75% | 0.67% | - |
| XYZ | 20.3 | 10.85 | 39.06 | - |
| YUV | 88.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 170 | 0.13 | 0.75 | 0 | 0.33 | 289.69 | 0.6 | 0.42 |
| Hex | 94 | 2A | AA | D | 4B | 0 | 21 | 122 | 3C | 2A |
| Octal | 224 | 52 | 252 | 15 | 113 | 0 | 41 | 442 | 74 | 52 |
| Binary | 10010100 | 101010 | 10101010 | 1101 | 1001011 | 0 | 100001 | 100100010 | 111100 | 101010 |
Color Harmonies of #942AAA
Complementary color
Monochromatic Colors of #942AAA
Black with #942AAA
Text Example
Text Example
White with #942AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942AAA; }
p { color: rgb(148,42,170); }
H1.HeaderClassName
{
color: #942AAA;
}
.AnyTagClassName
{
color: #942AAA;
}
</style>
background-color css
<style>
a { background-color: #942AAA; }
a { background-color: rgb(148,42,170); }
div.DivClassName
{
background-color: #942AAA;
}
.BgClassName
{
background-color: #942AAA;
}
</style>
border-color css
<style>
span { border-color: #942AAA; }
span { border-color: rgb(148,42,170); }
td.TdClassName
{
border-color: #942AAA;
}
.TagClassName
{
border-color: #942AAA;
}
</style>