Shades of Vivid Violet #993A8C
Tints of Vivid Violet #993A8C
RGB
CMYK
RGB Variations
Color information
#993A8C (or 0x993A8C) is known color: Vivid Violet. HEX triplet: 99, 3A and 8C. RGB value is (153,58,140). Sum of RGB (Red+Green+Blue) = 153+58+140=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #993A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993A8C is #66C573. Grayscale: #5F5F5F. Windows color (decimal): -6735220 or 9190041. OLE color: 9190041.
HSL color Cylindrical-coordinate representation of color #993A8C: hue angle of 308.21º 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 #993A8C is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 140 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.4 |
| HSL | 308.21º | 0.45% | 0.41% | - |
| HSV(B) | 308.21º | 0.62% | 0.6% | - |
| XYZ | 19.38 | 11.69 | 26.05 | - |
| YUV | 95.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 140 | 0 | 0.62 | 0.08 | 0.4 | 308.21 | 0.45 | 0.41 |
| Hex | 99 | 3A | 8C | 0 | 3E | 8 | 28 | 134 | 2D | 29 |
| Octal | 231 | 72 | 214 | 0 | 76 | 10 | 50 | 464 | 55 | 51 |
| Binary | 10011001 | 111010 | 10001100 | 0 | 111110 | 1000 | 101000 | 100110100 | 101101 | 101001 |
Color Harmonies of #993A8C
Complementary color
Monochromatic Colors of #993A8C
Black with #993A8C
Text Example
Text Example
White with #993A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A8C; }
p { color: rgb(153,58,140); }
H1.HeaderClassName
{
color: #993A8C;
}
.AnyTagClassName
{
color: #993A8C;
}
</style>
background-color css
<style>
a { background-color: #993A8C; }
a { background-color: rgb(153,58,140); }
div.DivClassName
{
background-color: #993A8C;
}
.BgClassName
{
background-color: #993A8C;
}
</style>
border-color css
<style>
span { border-color: #993A8C; }
span { border-color: rgb(153,58,140); }
td.TdClassName
{
border-color: #993A8C;
}
.TagClassName
{
border-color: #993A8C;
}
</style>