Shades of Blue Violet #903BDD
Tints of Blue Violet #903BDD
RGB
CMYK
RGB Variations
Color information
#903BDD (or 0x903BDD) is known color: Blue Violet. HEX triplet: 90, 3B and DD. RGB value is (144,59,221). Sum of RGB (Red+Green+Blue) = 144+59+221=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #903BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903BDD is #6FC422. Grayscale: #666666. Windows color (decimal): -7324707 or 14498704. OLE color: 14498704.
HSL color Cylindrical-coordinate representation of color #903BDD: hue angle of 271.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #903BDD is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 59 | 221 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.13 |
| HSL | 271.48º | 0.7% | 0.55% | - |
| HSV(B) | 271.48º | 0.73% | 0.87% | - |
| XYZ | 26.12 | 14.28 | 69.79 | - |
| YUV | 102.88 | 194.66 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 221 | 0.35 | 0.73 | 0 | 0.13 | 271.48 | 0.7 | 0.55 |
| Hex | 90 | 3B | DD | 23 | 49 | 0 | D | 10F | 46 | 37 |
| Octal | 220 | 73 | 335 | 43 | 111 | 0 | 15 | 417 | 106 | 67 |
| Binary | 10010000 | 111011 | 11011101 | 100011 | 1001001 | 0 | 1101 | 100001111 | 1000110 | 110111 |
Color Harmonies of #903BDD
Complementary color
Monochromatic Colors of #903BDD
Black with #903BDD
Text Example
Text Example
White with #903BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903BDD; }
p { color: rgb(144,59,221); }
H1.HeaderClassName
{
color: #903BDD;
}
.AnyTagClassName
{
color: #903BDD;
}
</style>
background-color css
<style>
a { background-color: #903BDD; }
a { background-color: rgb(144,59,221); }
div.DivClassName
{
background-color: #903BDD;
}
.BgClassName
{
background-color: #903BDD;
}
</style>
border-color css
<style>
span { border-color: #903BDD; }
span { border-color: rgb(144,59,221); }
td.TdClassName
{
border-color: #903BDD;
}
.TagClassName
{
border-color: #903BDD;
}
</style>