Shades of Vivid Violet #903BA4
Tints of Vivid Violet #903BA4
RGB
CMYK
RGB Variations
Color information
#903BA4 (or 0x903BA4) is known color: Vivid Violet. HEX triplet: 90, 3B and A4. RGB value is (144,59,164). Sum of RGB (Red+Green+Blue) = 144+59+164=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #903BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903BA4 is #6FC45B. Grayscale: #606060. Windows color (decimal): -7324764 or 10763152. OLE color: 10763152.
HSL color Cylindrical-coordinate representation of color #903BA4: hue angle of 288.57º 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 #903BA4 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 59 | 164 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.36 |
| HSL | 288.57º | 0.47% | 0.44% | - |
| HSV(B) | 288.57º | 0.64% | 0.64% | - |
| XYZ | 19.77 | 11.74 | 36.35 | - |
| YUV | 96.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 164 | 0.12 | 0.64 | 0 | 0.36 | 288.57 | 0.47 | 0.44 |
| Hex | 90 | 3B | A4 | C | 40 | 0 | 24 | 121 | 2F | 2C |
| Octal | 220 | 73 | 244 | 14 | 100 | 0 | 44 | 441 | 57 | 54 |
| Binary | 10010000 | 111011 | 10100100 | 1100 | 1000000 | 0 | 100100 | 100100001 | 101111 | 101100 |
Color Harmonies of #903BA4
Complementary color
Monochromatic Colors of #903BA4
Black with #903BA4
Text Example
Text Example
White with #903BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903BA4; }
p { color: rgb(144,59,164); }
H1.HeaderClassName
{
color: #903BA4;
}
.AnyTagClassName
{
color: #903BA4;
}
</style>
background-color css
<style>
a { background-color: #903BA4; }
a { background-color: rgb(144,59,164); }
div.DivClassName
{
background-color: #903BA4;
}
.BgClassName
{
background-color: #903BA4;
}
</style>
border-color css
<style>
span { border-color: #903BA4; }
span { border-color: rgb(144,59,164); }
td.TdClassName
{
border-color: #903BA4;
}
.TagClassName
{
border-color: #903BA4;
}
</style>