Shades of Vivid Violet #93289A
Tints of Vivid Violet #93289A
RGB
CMYK
RGB Variations
Color information
#93289A (or 0x93289A) is known color: Vivid Violet. HEX triplet: 93, 28 and 9A. RGB value is (147,40,154). Sum of RGB (Red+Green+Blue) = 147+40+154=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #93289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93289A is #6CD765. Grayscale: #545454. Windows color (decimal): -7133030 or 10102931. OLE color: 10102931.
HSL color Cylindrical-coordinate representation of color #93289A: hue angle of 296.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93289A is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 40 | 154 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.40 |
| HSL | 296.32º | 0.59% | 0.38% | - |
| HSV(B) | 296.32º | 0.74% | 0.6% | - |
| XYZ | 18.62 | 10.05 | 31.53 | - |
| YUV | 84.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 154 | 0.05 | 0.74 | 0 | 0.40 | 296.32 | 0.59 | 0.38 |
| Hex | 93 | 28 | 9A | 5 | 4A | 0 | 28 | 128 | 3B | 26 |
| Octal | 223 | 50 | 232 | 5 | 112 | 0 | 50 | 450 | 73 | 46 |
| Binary | 10010011 | 101000 | 10011010 | 101 | 1001010 | 0 | 101000 | 100101000 | 111011 | 100110 |
Color Harmonies of #93289A
Complementary color
Monochromatic Colors of #93289A
Black with #93289A
Text Example
Text Example
White with #93289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93289A; }
p { color: rgb(147,40,154); }
H1.HeaderClassName
{
color: #93289A;
}
.AnyTagClassName
{
color: #93289A;
}
</style>
background-color css
<style>
a { background-color: #93289A; }
a { background-color: rgb(147,40,154); }
div.DivClassName
{
background-color: #93289A;
}
.BgClassName
{
background-color: #93289A;
}
</style>
border-color css
<style>
span { border-color: #93289A; }
span { border-color: rgb(147,40,154); }
td.TdClassName
{
border-color: #93289A;
}
.TagClassName
{
border-color: #93289A;
}
</style>