Shades of Vivid Violet #901FAA
Tints of Vivid Violet #901FAA
RGB
CMYK
RGB Variations
Color information
#901FAA (or 0x901FAA) is known color: Vivid Violet. HEX triplet: 90, 1F and AA. RGB value is (144,31,170). Sum of RGB (Red+Green+Blue) = 144+31+170=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #901FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901FAA is #6FE055. Grayscale: #505050. Windows color (decimal): -7331926 or 11149200. OLE color: 11149200.
HSL color Cylindrical-coordinate representation of color #901FAA: hue angle of 288.78º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901FAA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 31 | 170 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.33 |
| HSL | 288.78º | 0.69% | 0.39% | - |
| HSV(B) | 288.78º | 0.82% | 0.67% | - |
| XYZ | 19.25 | 9.81 | 38.91 | - |
| YUV | 80.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 170 | 0.15 | 0.82 | 0 | 0.33 | 288.78 | 0.69 | 0.39 |
| Hex | 90 | 1F | AA | F | 52 | 0 | 21 | 121 | 45 | 27 |
| Octal | 220 | 37 | 252 | 17 | 122 | 0 | 41 | 441 | 105 | 47 |
| Binary | 10010000 | 11111 | 10101010 | 1111 | 1010010 | 0 | 100001 | 100100001 | 1000101 | 100111 |
Color Harmonies of #901FAA
Complementary color
Monochromatic Colors of #901FAA
Black with #901FAA
Text Example
Text Example
White with #901FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901FAA; }
p { color: rgb(144,31,170); }
H1.HeaderClassName
{
color: #901FAA;
}
.AnyTagClassName
{
color: #901FAA;
}
</style>
background-color css
<style>
a { background-color: #901FAA; }
a { background-color: rgb(144,31,170); }
div.DivClassName
{
background-color: #901FAA;
}
.BgClassName
{
background-color: #901FAA;
}
</style>
border-color css
<style>
span { border-color: #901FAA; }
span { border-color: rgb(144,31,170); }
td.TdClassName
{
border-color: #901FAA;
}
.TagClassName
{
border-color: #901FAA;
}
</style>