Shades of Vivid Violet #993BA4
Tints of Vivid Violet #993BA4
RGB
CMYK
RGB Variations
Color information
#993BA4 (or 0x993BA4) is known color: Vivid Violet. HEX triplet: 99, 3B and A4. RGB value is (153,59,164). Sum of RGB (Red+Green+Blue) = 153+59+164=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #993BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993BA4 is #66C45B. Grayscale: #626262. Windows color (decimal): -6734940 or 10763161. OLE color: 10763161.
HSL color Cylindrical-coordinate representation of color #993BA4: hue angle of 293.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993BA4 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 59 | 164 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.36 |
| HSL | 293.71º | 0.47% | 0.44% | - |
| HSV(B) | 293.71º | 0.64% | 0.64% | - |
| XYZ | 21.4 | 12.58 | 36.42 | - |
| YUV | 99.08 | 164.64 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 164 | 0.07 | 0.64 | 0 | 0.36 | 293.71 | 0.47 | 0.44 |
| Hex | 99 | 3B | A4 | 7 | 40 | 0 | 24 | 126 | 2F | 2C |
| Octal | 231 | 73 | 244 | 7 | 100 | 0 | 44 | 446 | 57 | 54 |
| Binary | 10011001 | 111011 | 10100100 | 111 | 1000000 | 0 | 100100 | 100100110 | 101111 | 101100 |
Color Harmonies of #993BA4
Complementary color
Monochromatic Colors of #993BA4
Black with #993BA4
Text Example
Text Example
White with #993BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BA4; }
p { color: rgb(153,59,164); }
H1.HeaderClassName
{
color: #993BA4;
}
.AnyTagClassName
{
color: #993BA4;
}
</style>
background-color css
<style>
a { background-color: #993BA4; }
a { background-color: rgb(153,59,164); }
div.DivClassName
{
background-color: #993BA4;
}
.BgClassName
{
background-color: #993BA4;
}
</style>
border-color css
<style>
span { border-color: #993BA4; }
span { border-color: rgb(153,59,164); }
td.TdClassName
{
border-color: #993BA4;
}
.TagClassName
{
border-color: #993BA4;
}
</style>