Shades of Vivid Violet #903C9A
Tints of Vivid Violet #903C9A
RGB
CMYK
RGB Variations
Color information
#903C9A (or 0x903C9A) is known color: Vivid Violet. HEX triplet: 90, 3C and 9A. RGB value is (144,60,154). Sum of RGB (Red+Green+Blue) = 144+60+154=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #903C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903C9A is #6FC365. Grayscale: #5F5F5F. Windows color (decimal): -7324518 or 10108048. OLE color: 10108048.
HSL color Cylindrical-coordinate representation of color #903C9A: hue angle of 293.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #903C9A is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 60 | 154 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.40 |
| HSL | 293.62º | 0.44% | 0.42% | - |
| HSV(B) | 293.62º | 0.61% | 0.6% | - |
| XYZ | 18.95 | 11.49 | 31.79 | - |
| YUV | 95.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 154 | 0.06 | 0.61 | 0 | 0.40 | 293.62 | 0.44 | 0.42 |
| Hex | 90 | 3C | 9A | 6 | 3D | 0 | 28 | 126 | 2C | 2A |
| Octal | 220 | 74 | 232 | 6 | 75 | 0 | 50 | 446 | 54 | 52 |
| Binary | 10010000 | 111100 | 10011010 | 110 | 111101 | 0 | 101000 | 100100110 | 101100 | 101010 |
Color Harmonies of #903C9A
Complementary color
Monochromatic Colors of #903C9A
Black with #903C9A
Text Example
Text Example
White with #903C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903C9A; }
p { color: rgb(144,60,154); }
H1.HeaderClassName
{
color: #903C9A;
}
.AnyTagClassName
{
color: #903C9A;
}
</style>
background-color css
<style>
a { background-color: #903C9A; }
a { background-color: rgb(144,60,154); }
div.DivClassName
{
background-color: #903C9A;
}
.BgClassName
{
background-color: #903C9A;
}
</style>
border-color css
<style>
span { border-color: #903C9A; }
span { border-color: rgb(144,60,154); }
td.TdClassName
{
border-color: #903C9A;
}
.TagClassName
{
border-color: #903C9A;
}
</style>