Shades of Vivid Violet #903FA4
Tints of Vivid Violet #903FA4
RGB
CMYK
RGB Variations
Color information
#903FA4 (or 0x903FA4) is known color: Vivid Violet. HEX triplet: 90, 3F and A4. RGB value is (144,63,164). Sum of RGB (Red+Green+Blue) = 144+63+164=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #903FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903FA4 is #6FC05B. Grayscale: #626262. Windows color (decimal): -7323740 or 10764176. OLE color: 10764176.
HSL color Cylindrical-coordinate representation of color #903FA4: hue angle of 288.12º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #903FA4 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 63 | 164 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.36 |
| HSL | 288.12º | 0.44% | 0.45% | - |
| HSV(B) | 288.12º | 0.62% | 0.64% | - |
| XYZ | 19.98 | 12.16 | 36.42 | - |
| YUV | 98.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 164 | 0.12 | 0.62 | 0 | 0.36 | 288.12 | 0.44 | 0.45 |
| Hex | 90 | 3F | A4 | C | 3E | 0 | 24 | 120 | 2C | 2D |
| Octal | 220 | 77 | 244 | 14 | 76 | 0 | 44 | 440 | 54 | 55 |
| Binary | 10010000 | 111111 | 10100100 | 1100 | 111110 | 0 | 100100 | 100100000 | 101100 | 101101 |
Color Harmonies of #903FA4
Complementary color
Monochromatic Colors of #903FA4
Black with #903FA4
Text Example
Text Example
White with #903FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903FA4; }
p { color: rgb(144,63,164); }
H1.HeaderClassName
{
color: #903FA4;
}
.AnyTagClassName
{
color: #903FA4;
}
</style>
background-color css
<style>
a { background-color: #903FA4; }
a { background-color: rgb(144,63,164); }
div.DivClassName
{
background-color: #903FA4;
}
.BgClassName
{
background-color: #903FA4;
}
</style>
border-color css
<style>
span { border-color: #903FA4; }
span { border-color: rgb(144,63,164); }
td.TdClassName
{
border-color: #903FA4;
}
.TagClassName
{
border-color: #903FA4;
}
</style>