Shades of Vivid Violet #903A8A
Tints of Vivid Violet #903A8A
RGB
CMYK
RGB Variations
Color information
#903A8A (or 0x903A8A) is known color: Vivid Violet. HEX triplet: 90, 3A and 8A. RGB value is (144,58,138). Sum of RGB (Red+Green+Blue) = 144+58+138=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #903A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903A8A is #6FC575. Grayscale: #5C5C5C. Windows color (decimal): -7325046 or 9058960. OLE color: 9058960.
HSL color Cylindrical-coordinate representation of color #903A8A: hue angle of 304.19º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #903A8A is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 58 | 138 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.44 |
| HSL | 304.19º | 0.43% | 0.4% | - |
| HSV(B) | 304.19º | 0.6% | 0.56% | - |
| XYZ | 17.6 | 10.79 | 25.2 | - |
| YUV | 92.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 138 | 0 | 0.60 | 0.04 | 0.44 | 304.19 | 0.43 | 0.4 |
| Hex | 90 | 3A | 8A | 0 | 3C | 4 | 2C | 130 | 2B | 28 |
| Octal | 220 | 72 | 212 | 0 | 74 | 4 | 54 | 460 | 53 | 50 |
| Binary | 10010000 | 111010 | 10001010 | 0 | 111100 | 100 | 101100 | 100110000 | 101011 | 101000 |
Color Harmonies of #903A8A
Complementary color
Monochromatic Colors of #903A8A
Black with #903A8A
Text Example
Text Example
White with #903A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903A8A; }
p { color: rgb(144,58,138); }
H1.HeaderClassName
{
color: #903A8A;
}
.AnyTagClassName
{
color: #903A8A;
}
</style>
background-color css
<style>
a { background-color: #903A8A; }
a { background-color: rgb(144,58,138); }
div.DivClassName
{
background-color: #903A8A;
}
.BgClassName
{
background-color: #903A8A;
}
</style>
border-color css
<style>
span { border-color: #903A8A; }
span { border-color: rgb(144,58,138); }
td.TdClassName
{
border-color: #903A8A;
}
.TagClassName
{
border-color: #903A8A;
}
</style>