Shades of Vivid Violet #993AA4
Tints of Vivid Violet #993AA4
RGB
CMYK
RGB Variations
Color information
#993AA4 (or 0x993AA4) is known color: Vivid Violet. HEX triplet: 99, 3A and A4. RGB value is (153,58,164). Sum of RGB (Red+Green+Blue) = 153+58+164=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #993AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AA4 is #66C55B. Grayscale: #626262. Windows color (decimal): -6735196 or 10762905. OLE color: 10762905.
HSL color Cylindrical-coordinate representation of color #993AA4: hue angle of 293.77º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993AA4 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 58 | 164 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.36 |
| HSL | 293.77º | 0.48% | 0.44% | - |
| HSV(B) | 293.77º | 0.65% | 0.64% | - |
| XYZ | 21.35 | 12.48 | 36.41 | - |
| YUV | 98.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 164 | 0.07 | 0.65 | 0 | 0.36 | 293.77 | 0.48 | 0.44 |
| Hex | 99 | 3A | A4 | 7 | 41 | 0 | 24 | 126 | 30 | 2C |
| Octal | 231 | 72 | 244 | 7 | 101 | 0 | 44 | 446 | 60 | 54 |
| Binary | 10011001 | 111010 | 10100100 | 111 | 1000001 | 0 | 100100 | 100100110 | 110000 | 101100 |
Color Harmonies of #993AA4
Complementary color
Monochromatic Colors of #993AA4
Black with #993AA4
Text Example
Text Example
White with #993AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993AA4; }
p { color: rgb(153,58,164); }
H1.HeaderClassName
{
color: #993AA4;
}
.AnyTagClassName
{
color: #993AA4;
}
</style>
background-color css
<style>
a { background-color: #993AA4; }
a { background-color: rgb(153,58,164); }
div.DivClassName
{
background-color: #993AA4;
}
.BgClassName
{
background-color: #993AA4;
}
</style>
border-color css
<style>
span { border-color: #993AA4; }
span { border-color: rgb(153,58,164); }
td.TdClassName
{
border-color: #993AA4;
}
.TagClassName
{
border-color: #993AA4;
}
</style>