Shades of Vivid Violet #93369A
Tints of Vivid Violet #93369A
RGB
CMYK
RGB Variations
Color information
#93369A (or 0x93369A) is known color: Vivid Violet. HEX triplet: 93, 36 and 9A. RGB value is (147,54,154). Sum of RGB (Red+Green+Blue) = 147+54+154=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #93369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93369A is #6CC965. Grayscale: #5C5C5C. Windows color (decimal): -7129446 or 10106515. OLE color: 10106515.
HSL color Cylindrical-coordinate representation of color #93369A: hue angle of 295.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93369A is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 54 | 154 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.40 |
| HSL | 295.8º | 0.48% | 0.41% | - |
| HSV(B) | 295.8º | 0.65% | 0.6% | - |
| XYZ | 19.18 | 11.17 | 31.72 | - |
| YUV | 93.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 154 | 0.05 | 0.65 | 0 | 0.40 | 295.8 | 0.48 | 0.41 |
| Hex | 93 | 36 | 9A | 5 | 41 | 0 | 28 | 128 | 30 | 29 |
| Octal | 223 | 66 | 232 | 5 | 101 | 0 | 50 | 450 | 60 | 51 |
| Binary | 10010011 | 110110 | 10011010 | 101 | 1000001 | 0 | 101000 | 100101000 | 110000 | 101001 |
Color Harmonies of #93369A
Complementary color
Monochromatic Colors of #93369A
Black with #93369A
Text Example
Text Example
White with #93369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93369A; }
p { color: rgb(147,54,154); }
H1.HeaderClassName
{
color: #93369A;
}
.AnyTagClassName
{
color: #93369A;
}
</style>
background-color css
<style>
a { background-color: #93369A; }
a { background-color: rgb(147,54,154); }
div.DivClassName
{
background-color: #93369A;
}
.BgClassName
{
background-color: #93369A;
}
</style>
border-color css
<style>
span { border-color: #93369A; }
span { border-color: rgb(147,54,154); }
td.TdClassName
{
border-color: #93369A;
}
.TagClassName
{
border-color: #93369A;
}
</style>