Shades of Blue Violet #901ADF
Tints of Blue Violet #901ADF
RGB
CMYK
RGB Variations
Color information
#901ADF (or 0x901ADF) is known color: Blue Violet. HEX triplet: 90, 1A and DF. RGB value is (144,26,223). Sum of RGB (Red+Green+Blue) = 144+26+223=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #901ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ADF is #6FE520. Grayscale: #535353. Windows color (decimal): -7333153 or 14621328. OLE color: 14621328.
HSL color Cylindrical-coordinate representation of color #901ADF: hue angle of 275.94º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901ADF is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 26 | 223 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.13 |
| HSL | 275.94º | 0.79% | 0.49% | - |
| HSV(B) | 275.94º | 0.88% | 0.87% | - |
| XYZ | 25.19 | 12 | 70.8 | - |
| YUV | 83.74 | 206.59 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 223 | 0.35 | 0.88 | 0 | 0.13 | 275.94 | 0.79 | 0.49 |
| Hex | 90 | 1A | DF | 23 | 58 | 0 | D | 114 | 4F | 31 |
| Octal | 220 | 32 | 337 | 43 | 130 | 0 | 15 | 424 | 117 | 61 |
| Binary | 10010000 | 11010 | 11011111 | 100011 | 1011000 | 0 | 1101 | 100010100 | 1001111 | 110001 |
Color Harmonies of #901ADF
Complementary color
Monochromatic Colors of #901ADF
Black with #901ADF
Text Example
Text Example
White with #901ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901ADF; }
p { color: rgb(144,26,223); }
H1.HeaderClassName
{
color: #901ADF;
}
.AnyTagClassName
{
color: #901ADF;
}
</style>
background-color css
<style>
a { background-color: #901ADF; }
a { background-color: rgb(144,26,223); }
div.DivClassName
{
background-color: #901ADF;
}
.BgClassName
{
background-color: #901ADF;
}
</style>
border-color css
<style>
span { border-color: #901ADF; }
span { border-color: rgb(144,26,223); }
td.TdClassName
{
border-color: #901ADF;
}
.TagClassName
{
border-color: #901ADF;
}
</style>