Shades of Vivid Violet #993DA4
Tints of Vivid Violet #993DA4
RGB
CMYK
RGB Variations
Color information
#993DA4 (or 0x993DA4) is known color: Vivid Violet. HEX triplet: 99, 3D and A4. RGB value is (153,61,164). Sum of RGB (Red+Green+Blue) = 153+61+164=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #993DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DA4 is #66C25B. Grayscale: #636363. Windows color (decimal): -6734428 or 10763673. OLE color: 10763673.
HSL color Cylindrical-coordinate representation of color #993DA4: hue angle of 293.59º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993DA4 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 61 | 164 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.36 |
| HSL | 293.59º | 0.46% | 0.44% | - |
| HSV(B) | 293.59º | 0.63% | 0.64% | - |
| XYZ | 21.51 | 12.79 | 36.46 | - |
| YUV | 100.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 164 | 0.07 | 0.63 | 0 | 0.36 | 293.59 | 0.46 | 0.44 |
| Hex | 99 | 3D | A4 | 7 | 3F | 0 | 24 | 126 | 2E | 2C |
| Octal | 231 | 75 | 244 | 7 | 77 | 0 | 44 | 446 | 56 | 54 |
| Binary | 10011001 | 111101 | 10100100 | 111 | 111111 | 0 | 100100 | 100100110 | 101110 | 101100 |
Color Harmonies of #993DA4
Complementary color
Monochromatic Colors of #993DA4
Black with #993DA4
Text Example
Text Example
White with #993DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DA4; }
p { color: rgb(153,61,164); }
H1.HeaderClassName
{
color: #993DA4;
}
.AnyTagClassName
{
color: #993DA4;
}
</style>
background-color css
<style>
a { background-color: #993DA4; }
a { background-color: rgb(153,61,164); }
div.DivClassName
{
background-color: #993DA4;
}
.BgClassName
{
background-color: #993DA4;
}
</style>
border-color css
<style>
span { border-color: #993DA4; }
span { border-color: rgb(153,61,164); }
td.TdClassName
{
border-color: #993DA4;
}
.TagClassName
{
border-color: #993DA4;
}
</style>