Shades of Vivid Violet #942FA5
Tints of Vivid Violet #942FA5
RGB
CMYK
RGB Variations
Color information
#942FA5 (or 0x942FA5) is known color: Vivid Violet. HEX triplet: 94, 2F and A5. RGB value is (148,47,165). Sum of RGB (Red+Green+Blue) = 148+47+165=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #942FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942FA5 is #6BD05A. Grayscale: #5A5A5A. Windows color (decimal): -7065691 or 10825620. OLE color: 10825620.
HSL color Cylindrical-coordinate representation of color #942FA5: hue angle of 291.36º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942FA5 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 47 | 165 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.35 |
| HSL | 291.36º | 0.56% | 0.42% | - |
| HSV(B) | 291.36º | 0.72% | 0.65% | - |
| XYZ | 20.02 | 11.05 | 36.67 | - |
| YUV | 90.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 165 | 0.10 | 0.72 | 0 | 0.35 | 291.36 | 0.56 | 0.42 |
| Hex | 94 | 2F | A5 | A | 48 | 0 | 23 | 123 | 38 | 2A |
| Octal | 224 | 57 | 245 | 12 | 110 | 0 | 43 | 443 | 70 | 52 |
| Binary | 10010100 | 101111 | 10100101 | 1010 | 1001000 | 0 | 100011 | 100100011 | 111000 | 101010 |
Color Harmonies of #942FA5
Complementary color
Monochromatic Colors of #942FA5
Black with #942FA5
Text Example
Text Example
White with #942FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942FA5; }
p { color: rgb(148,47,165); }
H1.HeaderClassName
{
color: #942FA5;
}
.AnyTagClassName
{
color: #942FA5;
}
</style>
background-color css
<style>
a { background-color: #942FA5; }
a { background-color: rgb(148,47,165); }
div.DivClassName
{
background-color: #942FA5;
}
.BgClassName
{
background-color: #942FA5;
}
</style>
border-color css
<style>
span { border-color: #942FA5; }
span { border-color: rgb(148,47,165); }
td.TdClassName
{
border-color: #942FA5;
}
.TagClassName
{
border-color: #942FA5;
}
</style>