Shades of Vivid Violet #903DA4
Tints of Vivid Violet #903DA4
RGB
CMYK
RGB Variations
Color information
#903DA4 (or 0x903DA4) is known color: Vivid Violet. HEX triplet: 90, 3D and A4. RGB value is (144,61,164). Sum of RGB (Red+Green+Blue) = 144+61+164=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #903DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903DA4 is #6FC25B. Grayscale: #616161. Windows color (decimal): -7324252 or 10763664. OLE color: 10763664.
HSL color Cylindrical-coordinate representation of color #903DA4: hue angle of 288.35º 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 #903DA4 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 61 | 164 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.36 |
| HSL | 288.35º | 0.46% | 0.44% | - |
| HSV(B) | 288.35º | 0.63% | 0.64% | - |
| XYZ | 19.87 | 11.95 | 36.38 | - |
| YUV | 97.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 164 | 0.12 | 0.63 | 0 | 0.36 | 288.35 | 0.46 | 0.44 |
| Hex | 90 | 3D | A4 | C | 3F | 0 | 24 | 120 | 2E | 2C |
| Octal | 220 | 75 | 244 | 14 | 77 | 0 | 44 | 440 | 56 | 54 |
| Binary | 10010000 | 111101 | 10100100 | 1100 | 111111 | 0 | 100100 | 100100000 | 101110 | 101100 |
Color Harmonies of #903DA4
Complementary color
Monochromatic Colors of #903DA4
Black with #903DA4
Text Example
Text Example
White with #903DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DA4; }
p { color: rgb(144,61,164); }
H1.HeaderClassName
{
color: #903DA4;
}
.AnyTagClassName
{
color: #903DA4;
}
</style>
background-color css
<style>
a { background-color: #903DA4; }
a { background-color: rgb(144,61,164); }
div.DivClassName
{
background-color: #903DA4;
}
.BgClassName
{
background-color: #903DA4;
}
</style>
border-color css
<style>
span { border-color: #903DA4; }
span { border-color: rgb(144,61,164); }
td.TdClassName
{
border-color: #903DA4;
}
.TagClassName
{
border-color: #903DA4;
}
</style>