Shades of Vivid Violet #93309C
Tints of Vivid Violet #93309C
RGB
CMYK
RGB Variations
Color information
#93309C (or 0x93309C) is known color: Vivid Violet. HEX triplet: 93, 30 and 9C. RGB value is (147,48,156). Sum of RGB (Red+Green+Blue) = 147+48+156=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #93309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93309C is #6CCF63. Grayscale: #595959. Windows color (decimal): -7130980 or 10236051. OLE color: 10236051.
HSL color Cylindrical-coordinate representation of color #93309C: hue angle of 295º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93309C is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 48 | 156 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.39 |
| HSL | 295º | 0.53% | 0.4% | - |
| HSV(B) | 295º | 0.69% | 0.61% | - |
| XYZ | 19.09 | 10.72 | 32.51 | - |
| YUV | 89.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 156 | 0.06 | 0.69 | 0 | 0.39 | 295 | 0.53 | 0.4 |
| Hex | 93 | 30 | 9C | 6 | 45 | 0 | 27 | 127 | 35 | 28 |
| Octal | 223 | 60 | 234 | 6 | 105 | 0 | 47 | 447 | 65 | 50 |
| Binary | 10010011 | 110000 | 10011100 | 110 | 1000101 | 0 | 100111 | 100100111 | 110101 | 101000 |
Color Harmonies of #93309C
Complementary color
Monochromatic Colors of #93309C
Black with #93309C
Text Example
Text Example
White with #93309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93309C; }
p { color: rgb(147,48,156); }
H1.HeaderClassName
{
color: #93309C;
}
.AnyTagClassName
{
color: #93309C;
}
</style>
background-color css
<style>
a { background-color: #93309C; }
a { background-color: rgb(147,48,156); }
div.DivClassName
{
background-color: #93309C;
}
.BgClassName
{
background-color: #93309C;
}
</style>
border-color css
<style>
span { border-color: #93309C; }
span { border-color: rgb(147,48,156); }
td.TdClassName
{
border-color: #93309C;
}
.TagClassName
{
border-color: #93309C;
}
</style>