Shades of Vivid Violet #93469B
Tints of Vivid Violet #93469B
RGB
CMYK
RGB Variations
Color information
#93469B (or 0x93469B) is known color: Vivid Violet. HEX triplet: 93, 46 and 9B. RGB value is (147,70,155). Sum of RGB (Red+Green+Blue) = 147+70+155=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #93469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93469B is #6CB964. Grayscale: #666666. Windows color (decimal): -7125349 or 10176147. OLE color: 10176147.
HSL color Cylindrical-coordinate representation of color #93469B: hue angle of 294.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93469B is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 70 | 155 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.39 |
| HSL | 294.35º | 0.38% | 0.44% | - |
| HSV(B) | 294.35º | 0.55% | 0.61% | - |
| XYZ | 20.14 | 12.95 | 32.45 | - |
| YUV | 102.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 155 | 0.05 | 0.55 | 0 | 0.39 | 294.35 | 0.38 | 0.44 |
| Hex | 93 | 46 | 9B | 5 | 37 | 0 | 27 | 126 | 26 | 2C |
| Octal | 223 | 106 | 233 | 5 | 67 | 0 | 47 | 446 | 46 | 54 |
| Binary | 10010011 | 1000110 | 10011011 | 101 | 110111 | 0 | 100111 | 100100110 | 100110 | 101100 |
Color Harmonies of #93469B
Complementary color
Monochromatic Colors of #93469B
Black with #93469B
Text Example
Text Example
White with #93469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93469B; }
p { color: rgb(147,70,155); }
H1.HeaderClassName
{
color: #93469B;
}
.AnyTagClassName
{
color: #93469B;
}
</style>
background-color css
<style>
a { background-color: #93469B; }
a { background-color: rgb(147,70,155); }
div.DivClassName
{
background-color: #93469B;
}
.BgClassName
{
background-color: #93469B;
}
</style>
border-color css
<style>
span { border-color: #93469B; }
span { border-color: rgb(147,70,155); }
td.TdClassName
{
border-color: #93469B;
}
.TagClassName
{
border-color: #93469B;
}
</style>