Shades of Vivid Violet #9044A4
Tints of Vivid Violet #9044A4
RGB
CMYK
RGB Variations
Color information
#9044A4 (or 0x9044A4) is known color: Vivid Violet. HEX triplet: 90, 44 and A4. RGB value is (144,68,164). Sum of RGB (Red+Green+Blue) = 144+68+164=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #9044A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9044A4 is #6FBB5B. Grayscale: #656565. Windows color (decimal): -7322460 or 10765456. OLE color: 10765456.
HSL color Cylindrical-coordinate representation of color #9044A4: hue angle of 287.5º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9044A4 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 68 | 164 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.36 |
| HSL | 287.5º | 0.41% | 0.45% | - |
| HSV(B) | 287.5º | 0.59% | 0.64% | - |
| XYZ | 20.27 | 12.74 | 36.51 | - |
| YUV | 101.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 164 | 0.12 | 0.59 | 0 | 0.36 | 287.5 | 0.41 | 0.45 |
| Hex | 90 | 44 | A4 | C | 3B | 0 | 24 | 120 | 29 | 2D |
| Octal | 220 | 104 | 244 | 14 | 73 | 0 | 44 | 440 | 51 | 55 |
| Binary | 10010000 | 1000100 | 10100100 | 1100 | 111011 | 0 | 100100 | 100100000 | 101001 | 101101 |
Color Harmonies of #9044A4
Complementary color
Monochromatic Colors of #9044A4
Black with #9044A4
Text Example
Text Example
White with #9044A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9044A4; }
p { color: rgb(144,68,164); }
H1.HeaderClassName
{
color: #9044A4;
}
.AnyTagClassName
{
color: #9044A4;
}
</style>
background-color css
<style>
a { background-color: #9044A4; }
a { background-color: rgb(144,68,164); }
div.DivClassName
{
background-color: #9044A4;
}
.BgClassName
{
background-color: #9044A4;
}
</style>
border-color css
<style>
span { border-color: #9044A4; }
span { border-color: rgb(144,68,164); }
td.TdClassName
{
border-color: #9044A4;
}
.TagClassName
{
border-color: #9044A4;
}
</style>