Shades of Vivid Violet #93309A
Tints of Vivid Violet #93309A
RGB
CMYK
RGB Variations
Color information
#93309A (or 0x93309A) is known color: Vivid Violet. HEX triplet: 93, 30 and 9A. RGB value is (147,48,154). Sum of RGB (Red+Green+Blue) = 147+48+154=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #93309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93309A is #6CCF65. Grayscale: #595959. Windows color (decimal): -7130982 or 10104979. OLE color: 10104979.
HSL color Cylindrical-coordinate representation of color #93309A: hue angle of 296.04º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93309A is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 48 | 154 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.40 |
| HSL | 296.04º | 0.52% | 0.4% | - |
| HSV(B) | 296.04º | 0.69% | 0.6% | - |
| XYZ | 18.92 | 10.65 | 31.63 | - |
| YUV | 89.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 154 | 0.05 | 0.69 | 0 | 0.40 | 296.04 | 0.52 | 0.4 |
| Hex | 93 | 30 | 9A | 5 | 45 | 0 | 28 | 128 | 34 | 28 |
| Octal | 223 | 60 | 232 | 5 | 105 | 0 | 50 | 450 | 64 | 50 |
| Binary | 10010011 | 110000 | 10011010 | 101 | 1000101 | 0 | 101000 | 100101000 | 110100 | 101000 |
Color Harmonies of #93309A
Complementary color
Monochromatic Colors of #93309A
Black with #93309A
Text Example
Text Example
White with #93309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93309A; }
p { color: rgb(147,48,154); }
H1.HeaderClassName
{
color: #93309A;
}
.AnyTagClassName
{
color: #93309A;
}
</style>
background-color css
<style>
a { background-color: #93309A; }
a { background-color: rgb(147,48,154); }
div.DivClassName
{
background-color: #93309A;
}
.BgClassName
{
background-color: #93309A;
}
</style>
border-color css
<style>
span { border-color: #93309A; }
span { border-color: rgb(147,48,154); }
td.TdClassName
{
border-color: #93309A;
}
.TagClassName
{
border-color: #93309A;
}
</style>