Shades of Blue Violet #903CDD
Tints of Blue Violet #903CDD
RGB
CMYK
RGB Variations
Color information
#903CDD (or 0x903CDD) is known color: Blue Violet. HEX triplet: 90, 3C and DD. RGB value is (144,60,221). Sum of RGB (Red+Green+Blue) = 144+60+221=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #903CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903CDD is #6FC322. Grayscale: #666666. Windows color (decimal): -7324451 or 14498960. OLE color: 14498960.
HSL color Cylindrical-coordinate representation of color #903CDD: hue angle of 271.3º 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 #903CDD is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 60 | 221 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.13 |
| HSL | 271.3º | 0.7% | 0.55% | - |
| HSV(B) | 271.3º | 0.73% | 0.87% | - |
| XYZ | 26.17 | 14.38 | 69.8 | - |
| YUV | 103.47 | 194.33 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 221 | 0.35 | 0.73 | 0 | 0.13 | 271.3 | 0.7 | 0.55 |
| Hex | 90 | 3C | DD | 23 | 49 | 0 | D | 10F | 46 | 37 |
| Octal | 220 | 74 | 335 | 43 | 111 | 0 | 15 | 417 | 106 | 67 |
| Binary | 10010000 | 111100 | 11011101 | 100011 | 1001001 | 0 | 1101 | 100001111 | 1000110 | 110111 |
Color Harmonies of #903CDD
Complementary color
Monochromatic Colors of #903CDD
Black with #903CDD
Text Example
Text Example
White with #903CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903CDD; }
p { color: rgb(144,60,221); }
H1.HeaderClassName
{
color: #903CDD;
}
.AnyTagClassName
{
color: #903CDD;
}
</style>
background-color css
<style>
a { background-color: #903CDD; }
a { background-color: rgb(144,60,221); }
div.DivClassName
{
background-color: #903CDD;
}
.BgClassName
{
background-color: #903CDD;
}
</style>
border-color css
<style>
span { border-color: #903CDD; }
span { border-color: rgb(144,60,221); }
td.TdClassName
{
border-color: #903CDD;
}
.TagClassName
{
border-color: #903CDD;
}
</style>