Shades of Vivid Violet #932EA7
Tints of Vivid Violet #932EA7
RGB
CMYK
RGB Variations
Color information
#932EA7 (or 0x932EA7) is known color: Vivid Violet. HEX triplet: 93, 2E and A7. RGB value is (147,46,167). Sum of RGB (Red+Green+Blue) = 147+46+167=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 167 - color contains mainly: blue. Hex color #932EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932EA7 is #6CD158. Grayscale: #595959. Windows color (decimal): -7131481 or 10956435. OLE color: 10956435.
HSL color Cylindrical-coordinate representation of color #932EA7: hue angle of 290.08º degrees, saturation: 0.57, 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 #932EA7 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 46 | 167 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.35 |
| HSL | 290.08º | 0.57% | 0.42% | - |
| HSV(B) | 290.08º | 0.72% | 0.65% | - |
| XYZ | 19.98 | 10.95 | 37.62 | - |
| YUV | 89.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 167 | 0.12 | 0.72 | 0 | 0.35 | 290.08 | 0.57 | 0.42 |
| Hex | 93 | 2E | A7 | C | 48 | 0 | 23 | 122 | 39 | 2A |
| Octal | 223 | 56 | 247 | 14 | 110 | 0 | 43 | 442 | 71 | 52 |
| Binary | 10010011 | 101110 | 10100111 | 1100 | 1001000 | 0 | 100011 | 100100010 | 111001 | 101010 |
Color Harmonies of #932EA7
Complementary color
Monochromatic Colors of #932EA7
Black with #932EA7
Text Example
Text Example
White with #932EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932EA7; }
p { color: rgb(147,46,167); }
H1.HeaderClassName
{
color: #932EA7;
}
.AnyTagClassName
{
color: #932EA7;
}
</style>
background-color css
<style>
a { background-color: #932EA7; }
a { background-color: rgb(147,46,167); }
div.DivClassName
{
background-color: #932EA7;
}
.BgClassName
{
background-color: #932EA7;
}
</style>
border-color css
<style>
span { border-color: #932EA7; }
span { border-color: rgb(147,46,167); }
td.TdClassName
{
border-color: #932EA7;
}
.TagClassName
{
border-color: #932EA7;
}
</style>