Shades of Blue Violet #9020D5
Tints of Blue Violet #9020D5
RGB
CMYK
RGB Variations
Color information
#9020D5 (or 0x9020D5) is known color: Blue Violet. HEX triplet: 90, 20 and D5. RGB value is (144,32,213). Sum of RGB (Red+Green+Blue) = 144+32+213=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #9020D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9020D5 is #6FDF2A. Grayscale: #555555. Windows color (decimal): -7331627 or 13967504. OLE color: 13967504.
HSL color Cylindrical-coordinate representation of color #9020D5: hue angle of 277.13º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9020D5 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 32 | 213 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.16 |
| HSL | 277.13º | 0.74% | 0.48% | - |
| HSV(B) | 277.13º | 0.85% | 0.84% | - |
| XYZ | 24.03 | 11.77 | 63.96 | - |
| YUV | 86.12 | 199.61 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 213 | 0.32 | 0.85 | 0 | 0.16 | 277.13 | 0.74 | 0.48 |
| Hex | 90 | 20 | D5 | 20 | 55 | 0 | 10 | 115 | 4A | 30 |
| Octal | 220 | 40 | 325 | 40 | 125 | 0 | 20 | 425 | 112 | 60 |
| Binary | 10010000 | 100000 | 11010101 | 100000 | 1010101 | 0 | 10000 | 100010101 | 1001010 | 110000 |
Color Harmonies of #9020D5
Complementary color
Monochromatic Colors of #9020D5
Black with #9020D5
Text Example
Text Example
White with #9020D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9020D5; }
p { color: rgb(144,32,213); }
H1.HeaderClassName
{
color: #9020D5;
}
.AnyTagClassName
{
color: #9020D5;
}
</style>
background-color css
<style>
a { background-color: #9020D5; }
a { background-color: rgb(144,32,213); }
div.DivClassName
{
background-color: #9020D5;
}
.BgClassName
{
background-color: #9020D5;
}
</style>
border-color css
<style>
span { border-color: #9020D5; }
span { border-color: rgb(144,32,213); }
td.TdClassName
{
border-color: #9020D5;
}
.TagClassName
{
border-color: #9020D5;
}
</style>