Shades of Vivid Violet #93428F
Tints of Vivid Violet #93428F
RGB
CMYK
RGB Variations
Color information
#93428F (or 0x93428F) is known color: Vivid Violet. HEX triplet: 93, 42 and 8F. RGB value is (147,66,143). Sum of RGB (Red+Green+Blue) = 147+66+143=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93428F is #6CBD70. Grayscale: #626262. Windows color (decimal): -7126385 or 9388691. OLE color: 9388691.
HSL color Cylindrical-coordinate representation of color #93428F: hue angle of 302.96º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93428F is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 143 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.42 |
| HSL | 302.96º | 0.38% | 0.42% | - |
| HSV(B) | 302.96º | 0.55% | 0.58% | - |
| XYZ | 18.94 | 12.08 | 27.32 | - |
| YUV | 99 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 143 | 0 | 0.55 | 0.03 | 0.42 | 302.96 | 0.38 | 0.42 |
| Hex | 93 | 42 | 8F | 0 | 37 | 3 | 2A | 12F | 26 | 2A |
| Octal | 223 | 102 | 217 | 0 | 67 | 3 | 52 | 457 | 46 | 52 |
| Binary | 10010011 | 1000010 | 10001111 | 0 | 110111 | 11 | 101010 | 100101111 | 100110 | 101010 |
Color Harmonies of #93428F
Complementary color
Monochromatic Colors of #93428F
Black with #93428F
Text Example
Text Example
White with #93428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93428F; }
p { color: rgb(147,66,143); }
H1.HeaderClassName
{
color: #93428F;
}
.AnyTagClassName
{
color: #93428F;
}
</style>
background-color css
<style>
a { background-color: #93428F; }
a { background-color: rgb(147,66,143); }
div.DivClassName
{
background-color: #93428F;
}
.BgClassName
{
background-color: #93428F;
}
</style>
border-color css
<style>
span { border-color: #93428F; }
span { border-color: rgb(147,66,143); }
td.TdClassName
{
border-color: #93428F;
}
.TagClassName
{
border-color: #93428F;
}
</style>