Shades of Vivid Violet #993A97
Tints of Vivid Violet #993A97
RGB
CMYK
RGB Variations
Color information
#993A97 (or 0x993A97) is known color: Vivid Violet. HEX triplet: 99, 3A and 97. RGB value is (153,58,151). Sum of RGB (Red+Green+Blue) = 153+58+151=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #993A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993A97 is #66C568. Grayscale: #606060. Windows color (decimal): -6735209 or 9910937. OLE color: 9910937.
HSL color Cylindrical-coordinate representation of color #993A97: hue angle of 301.26º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A97 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 151 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.4 |
| HSL | 301.26º | 0.45% | 0.41% | - |
| HSV(B) | 301.26º | 0.62% | 0.6% | - |
| XYZ | 20.24 | 12.03 | 30.53 | - |
| YUV | 97.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 151 | 0 | 0.62 | 0.01 | 0.4 | 301.26 | 0.45 | 0.41 |
| Hex | 99 | 3A | 97 | 0 | 3E | 1 | 28 | 12D | 2D | 29 |
| Octal | 231 | 72 | 227 | 0 | 76 | 1 | 50 | 455 | 55 | 51 |
| Binary | 10011001 | 111010 | 10010111 | 0 | 111110 | 1 | 101000 | 100101101 | 101101 | 101001 |
Color Harmonies of #993A97
Complementary color
Monochromatic Colors of #993A97
Black with #993A97
Text Example
Text Example
White with #993A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A97; }
p { color: rgb(153,58,151); }
H1.HeaderClassName
{
color: #993A97;
}
.AnyTagClassName
{
color: #993A97;
}
</style>
background-color css
<style>
a { background-color: #993A97; }
a { background-color: rgb(153,58,151); }
div.DivClassName
{
background-color: #993A97;
}
.BgClassName
{
background-color: #993A97;
}
</style>
border-color css
<style>
span { border-color: #993A97; }
span { border-color: rgb(153,58,151); }
td.TdClassName
{
border-color: #993A97;
}
.TagClassName
{
border-color: #993A97;
}
</style>