Shades of Vivid Violet #901BAB
Tints of Vivid Violet #901BAB
RGB
CMYK
RGB Variations
Color information
#901BAB (or 0x901BAB) is known color: Vivid Violet. HEX triplet: 90, 1B and AB. RGB value is (144,27,171). Sum of RGB (Red+Green+Blue) = 144+27+171=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #901BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901BAB is #6FE454. Grayscale: #4D4D4D. Windows color (decimal): -7332949 or 11213712. OLE color: 11213712.
HSL color Cylindrical-coordinate representation of color #901BAB: hue angle of 288.75º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901BAB is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 27 | 171 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.33 |
| HSL | 288.75º | 0.73% | 0.39% | - |
| HSV(B) | 288.75º | 0.84% | 0.67% | - |
| XYZ | 19.24 | 9.65 | 39.38 | - |
| YUV | 78.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 171 | 0.16 | 0.84 | 0 | 0.33 | 288.75 | 0.73 | 0.39 |
| Hex | 90 | 1B | AB | 10 | 54 | 0 | 21 | 121 | 49 | 27 |
| Octal | 220 | 33 | 253 | 20 | 124 | 0 | 41 | 441 | 111 | 47 |
| Binary | 10010000 | 11011 | 10101011 | 10000 | 1010100 | 0 | 100001 | 100100001 | 1001001 | 100111 |
Color Harmonies of #901BAB
Complementary color
Monochromatic Colors of #901BAB
Black with #901BAB
Text Example
Text Example
White with #901BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901BAB; }
p { color: rgb(144,27,171); }
H1.HeaderClassName
{
color: #901BAB;
}
.AnyTagClassName
{
color: #901BAB;
}
</style>
background-color css
<style>
a { background-color: #901BAB; }
a { background-color: rgb(144,27,171); }
div.DivClassName
{
background-color: #901BAB;
}
.BgClassName
{
background-color: #901BAB;
}
</style>
border-color css
<style>
span { border-color: #901BAB; }
span { border-color: rgb(144,27,171); }
td.TdClassName
{
border-color: #901BAB;
}
.TagClassName
{
border-color: #901BAB;
}
</style>