Shades of Vivid Violet #93428A
Tints of Vivid Violet #93428A
RGB
CMYK
RGB Variations
Color information
#93428A (or 0x93428A) is known color: Vivid Violet. HEX triplet: 93, 42 and 8A. RGB value is (147,66,138). Sum of RGB (Red+Green+Blue) = 147+66+138=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #93428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93428A is #6CBD75. Grayscale: #626262. Windows color (decimal): -7126390 or 9061011. OLE color: 9061011.
HSL color Cylindrical-coordinate representation of color #93428A: hue angle of 306.67º 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 #93428A is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 66 | 138 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.42 |
| HSL | 306.67º | 0.38% | 0.42% | - |
| HSV(B) | 306.67º | 0.55% | 0.58% | - |
| XYZ | 18.57 | 11.93 | 25.37 | - |
| YUV | 98.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 138 | 0 | 0.55 | 0.06 | 0.42 | 306.67 | 0.38 | 0.42 |
| Hex | 93 | 42 | 8A | 0 | 37 | 6 | 2A | 133 | 26 | 2A |
| Octal | 223 | 102 | 212 | 0 | 67 | 6 | 52 | 463 | 46 | 52 |
| Binary | 10010011 | 1000010 | 10001010 | 0 | 110111 | 110 | 101010 | 100110011 | 100110 | 101010 |
Color Harmonies of #93428A
Complementary color
Monochromatic Colors of #93428A
Black with #93428A
Text Example
Text Example
White with #93428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93428A; }
p { color: rgb(147,66,138); }
H1.HeaderClassName
{
color: #93428A;
}
.AnyTagClassName
{
color: #93428A;
}
</style>
background-color css
<style>
a { background-color: #93428A; }
a { background-color: rgb(147,66,138); }
div.DivClassName
{
background-color: #93428A;
}
.BgClassName
{
background-color: #93428A;
}
</style>
border-color css
<style>
span { border-color: #93428A; }
span { border-color: rgb(147,66,138); }
td.TdClassName
{
border-color: #93428A;
}
.TagClassName
{
border-color: #93428A;
}
</style>