Shades of Vivid Violet #934394
Tints of Vivid Violet #934394
RGB
CMYK
RGB Variations
Color information
#934394 (or 0x934394) is known color: Vivid Violet. HEX triplet: 93, 43 and 94. RGB value is (147,67,148). Sum of RGB (Red+Green+Blue) = 147+67+148=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #934394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934394 is #6CBC6B. Grayscale: #636363. Windows color (decimal): -7126124 or 9716627. OLE color: 9716627.
HSL color Cylindrical-coordinate representation of color #934394: hue angle of 299.26º 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 #934394 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 148 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.42 |
| HSL | 299.26º | 0.38% | 0.42% | - |
| HSV(B) | 299.26º | 0.55% | 0.58% | - |
| XYZ | 19.39 | 12.36 | 29.38 | - |
| YUV | 100.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 148 | 0.01 | 0.55 | 0 | 0.42 | 299.26 | 0.38 | 0.42 |
| Hex | 93 | 43 | 94 | 1 | 37 | 0 | 2A | 12B | 26 | 2A |
| Octal | 223 | 103 | 224 | 1 | 67 | 0 | 52 | 453 | 46 | 52 |
| Binary | 10010011 | 1000011 | 10010100 | 1 | 110111 | 0 | 101010 | 100101011 | 100110 | 101010 |
Color Harmonies of #934394
Complementary color
Monochromatic Colors of #934394
Black with #934394
Text Example
Text Example
White with #934394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934394; }
p { color: rgb(147,67,148); }
H1.HeaderClassName
{
color: #934394;
}
.AnyTagClassName
{
color: #934394;
}
</style>
background-color css
<style>
a { background-color: #934394; }
a { background-color: rgb(147,67,148); }
div.DivClassName
{
background-color: #934394;
}
.BgClassName
{
background-color: #934394;
}
</style>
border-color css
<style>
span { border-color: #934394; }
span { border-color: rgb(147,67,148); }
td.TdClassName
{
border-color: #934394;
}
.TagClassName
{
border-color: #934394;
}
</style>