Shades of Blue Violet #903ADE
Tints of Blue Violet #903ADE
RGB
CMYK
RGB Variations
Color information
#903ADE (or 0x903ADE) is known color: Blue Violet. HEX triplet: 90, 3A and DE. RGB value is (144,58,222). Sum of RGB (Red+Green+Blue) = 144+58+222=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #903ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903ADE is #6FC521. Grayscale: #656565. Windows color (decimal): -7324962 or 14563984. OLE color: 14563984.
HSL color Cylindrical-coordinate representation of color #903ADE: hue angle of 271.46º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #903ADE is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 58 | 222 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.13 |
| HSL | 271.46º | 0.71% | 0.55% | - |
| HSV(B) | 271.46º | 0.74% | 0.87% | - |
| XYZ | 26.2 | 14.23 | 70.47 | - |
| YUV | 102.41 | 195.49 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 222 | 0.35 | 0.74 | 0 | 0.13 | 271.46 | 0.71 | 0.55 |
| Hex | 90 | 3A | DE | 23 | 4A | 0 | D | 10F | 47 | 37 |
| Octal | 220 | 72 | 336 | 43 | 112 | 0 | 15 | 417 | 107 | 67 |
| Binary | 10010000 | 111010 | 11011110 | 100011 | 1001010 | 0 | 1101 | 100001111 | 1000111 | 110111 |
Color Harmonies of #903ADE
Complementary color
Monochromatic Colors of #903ADE
Black with #903ADE
Text Example
Text Example
White with #903ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903ADE; }
p { color: rgb(144,58,222); }
H1.HeaderClassName
{
color: #903ADE;
}
.AnyTagClassName
{
color: #903ADE;
}
</style>
background-color css
<style>
a { background-color: #903ADE; }
a { background-color: rgb(144,58,222); }
div.DivClassName
{
background-color: #903ADE;
}
.BgClassName
{
background-color: #903ADE;
}
</style>
border-color css
<style>
span { border-color: #903ADE; }
span { border-color: rgb(144,58,222); }
td.TdClassName
{
border-color: #903ADE;
}
.TagClassName
{
border-color: #903ADE;
}
</style>