Shades of Vivid Violet #932993
Tints of Vivid Violet #932993
RGB
CMYK
RGB Variations
Color information
#932993 (or 0x932993) is known color: Vivid Violet. HEX triplet: 93, 29 and 93. RGB value is (147,41,147). Sum of RGB (Red+Green+Blue) = 147+41+147=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #932993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932993 is #6CD66C. Grayscale: #545454. Windows color (decimal): -7132781 or 9644435. OLE color: 9644435.
HSL color Cylindrical-coordinate representation of color #932993: hue angle of 300º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #932993 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 147 | - |
| CMYK | 0 | 0.72 | 0 | 0.42 |
| HSL | 300º | 0.56% | 0.37% | - |
| HSV(B) | 300º | 0.72% | 0.58% | - |
| XYZ | 18.09 | 9.9 | 28.56 | - |
| YUV | 84.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 147 | 0 | 0.72 | 0 | 0.42 | 300 | 0.56 | 0.37 |
| Hex | 93 | 29 | 93 | 0 | 48 | 0 | 2A | 12C | 38 | 25 |
| Octal | 223 | 51 | 223 | 0 | 110 | 0 | 52 | 454 | 70 | 45 |
| Binary | 10010011 | 101001 | 10010011 | 0 | 1001000 | 0 | 101010 | 100101100 | 111000 | 100101 |
Color Harmonies of #932993
Complementary color
Monochromatic Colors of #932993
Black with #932993
Text Example
Text Example
White with #932993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932993; }
p { color: rgb(147,41,147); }
H1.HeaderClassName
{
color: #932993;
}
.AnyTagClassName
{
color: #932993;
}
</style>
background-color css
<style>
a { background-color: #932993; }
a { background-color: rgb(147,41,147); }
div.DivClassName
{
background-color: #932993;
}
.BgClassName
{
background-color: #932993;
}
</style>
border-color css
<style>
span { border-color: #932993; }
span { border-color: rgb(147,41,147); }
td.TdClassName
{
border-color: #932993;
}
.TagClassName
{
border-color: #932993;
}
</style>