Shades of Vivid Violet #93469D
Tints of Vivid Violet #93469D
RGB
CMYK
RGB Variations
Color information
#93469D (or 0x93469D) is known color: Vivid Violet. HEX triplet: 93, 46 and 9D. RGB value is (147,70,157). Sum of RGB (Red+Green+Blue) = 147+70+157=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #93469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93469D is #6CB962. Grayscale: #666666. Windows color (decimal): -7125347 or 10307219. OLE color: 10307219.
HSL color Cylindrical-coordinate representation of color #93469D: hue angle of 293.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93469D is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 70 | 157 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.38 |
| HSL | 293.1º | 0.38% | 0.45% | - |
| HSV(B) | 293.1º | 0.55% | 0.62% | - |
| XYZ | 20.31 | 13.02 | 33.34 | - |
| YUV | 102.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 157 | 0.06 | 0.55 | 0 | 0.38 | 293.1 | 0.38 | 0.45 |
| Hex | 93 | 46 | 9D | 6 | 37 | 0 | 26 | 125 | 26 | 2D |
| Octal | 223 | 106 | 235 | 6 | 67 | 0 | 46 | 445 | 46 | 55 |
| Binary | 10010011 | 1000110 | 10011101 | 110 | 110111 | 0 | 100110 | 100100101 | 100110 | 101101 |
Color Harmonies of #93469D
Complementary color
Monochromatic Colors of #93469D
Black with #93469D
Text Example
Text Example
White with #93469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93469D; }
p { color: rgb(147,70,157); }
H1.HeaderClassName
{
color: #93469D;
}
.AnyTagClassName
{
color: #93469D;
}
</style>
background-color css
<style>
a { background-color: #93469D; }
a { background-color: rgb(147,70,157); }
div.DivClassName
{
background-color: #93469D;
}
.BgClassName
{
background-color: #93469D;
}
</style>
border-color css
<style>
span { border-color: #93469D; }
span { border-color: rgb(147,70,157); }
td.TdClassName
{
border-color: #93469D;
}
.TagClassName
{
border-color: #93469D;
}
</style>