Shades of Blue Violet #9029DC
Tints of Blue Violet #9029DC
RGB
CMYK
RGB Variations
Color information
#9029DC (or 0x9029DC) is known color: Blue Violet. HEX triplet: 90, 29 and DC. RGB value is (144,41,220). Sum of RGB (Red+Green+Blue) = 144+41+220=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #9029DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9029DC is #6FD623. Grayscale: #5B5B5B. Windows color (decimal): -7329316 or 14428560. OLE color: 14428560.
HSL color Cylindrical-coordinate representation of color #9029DC: hue angle of 274.53º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9029DC is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 41 | 220 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.14 |
| HSL | 274.53º | 0.72% | 0.51% | - |
| HSV(B) | 274.53º | 0.81% | 0.86% | - |
| XYZ | 25.21 | 12.68 | 68.83 | - |
| YUV | 92.2 | 200.12 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 220 | 0.35 | 0.81 | 0 | 0.14 | 274.53 | 0.72 | 0.51 |
| Hex | 90 | 29 | DC | 23 | 51 | 0 | E | 113 | 48 | 33 |
| Octal | 220 | 51 | 334 | 43 | 121 | 0 | 16 | 423 | 110 | 63 |
| Binary | 10010000 | 101001 | 11011100 | 100011 | 1010001 | 0 | 1110 | 100010011 | 1001000 | 110011 |
Color Harmonies of #9029DC
Complementary color
Monochromatic Colors of #9029DC
Black with #9029DC
Text Example
Text Example
White with #9029DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9029DC; }
p { color: rgb(144,41,220); }
H1.HeaderClassName
{
color: #9029DC;
}
.AnyTagClassName
{
color: #9029DC;
}
</style>
background-color css
<style>
a { background-color: #9029DC; }
a { background-color: rgb(144,41,220); }
div.DivClassName
{
background-color: #9029DC;
}
.BgClassName
{
background-color: #9029DC;
}
</style>
border-color css
<style>
span { border-color: #9029DC; }
span { border-color: rgb(144,41,220); }
td.TdClassName
{
border-color: #9029DC;
}
.TagClassName
{
border-color: #9029DC;
}
</style>