Shades of Vivid Violet #93409D
Tints of Vivid Violet #93409D
RGB
CMYK
RGB Variations
Color information
#93409D (or 0x93409D) is known color: Vivid Violet. HEX triplet: 93, 40 and 9D. RGB value is (147,64,157). Sum of RGB (Red+Green+Blue) = 147+64+157=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #93409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93409D is #6CBF62. Grayscale: #636363. Windows color (decimal): -7126883 or 10305683. OLE color: 10305683.
HSL color Cylindrical-coordinate representation of color #93409D: hue angle of 293.55º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93409D is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 64 | 157 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.38 |
| HSL | 293.55º | 0.42% | 0.43% | - |
| HSV(B) | 293.55º | 0.59% | 0.62% | - |
| XYZ | 19.95 | 12.3 | 33.22 | - |
| YUV | 99.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 157 | 0.06 | 0.59 | 0 | 0.38 | 293.55 | 0.42 | 0.43 |
| Hex | 93 | 40 | 9D | 6 | 3B | 0 | 26 | 126 | 2A | 2B |
| Octal | 223 | 100 | 235 | 6 | 73 | 0 | 46 | 446 | 52 | 53 |
| Binary | 10010011 | 1000000 | 10011101 | 110 | 111011 | 0 | 100110 | 100100110 | 101010 | 101011 |
Color Harmonies of #93409D
Complementary color
Monochromatic Colors of #93409D
Black with #93409D
Text Example
Text Example
White with #93409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93409D; }
p { color: rgb(147,64,157); }
H1.HeaderClassName
{
color: #93409D;
}
.AnyTagClassName
{
color: #93409D;
}
</style>
background-color css
<style>
a { background-color: #93409D; }
a { background-color: rgb(147,64,157); }
div.DivClassName
{
background-color: #93409D;
}
.BgClassName
{
background-color: #93409D;
}
</style>
border-color css
<style>
span { border-color: #93409D; }
span { border-color: rgb(147,64,157); }
td.TdClassName
{
border-color: #93409D;
}
.TagClassName
{
border-color: #93409D;
}
</style>