Shades of Blue Violet #9029DF
Tints of Blue Violet #9029DF
RGB
CMYK
RGB Variations
Color information
#9029DF (or 0x9029DF) is known color: Blue Violet. HEX triplet: 90, 29 and DF. RGB value is (144,41,223). Sum of RGB (Red+Green+Blue) = 144+41+223=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #9029DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9029DF is #6FD620. Grayscale: #5B5B5B. Windows color (decimal): -7329313 or 14625168. OLE color: 14625168.
HSL color Cylindrical-coordinate representation of color #9029DF: hue angle of 273.96º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9029DF is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 41 | 223 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.13 |
| HSL | 273.96º | 0.74% | 0.52% | - |
| HSV(B) | 273.96º | 0.82% | 0.87% | - |
| XYZ | 25.61 | 12.84 | 70.94 | - |
| YUV | 92.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 223 | 0.35 | 0.82 | 0 | 0.13 | 273.96 | 0.74 | 0.52 |
| Hex | 90 | 29 | DF | 23 | 52 | 0 | D | 112 | 4A | 34 |
| Octal | 220 | 51 | 337 | 43 | 122 | 0 | 15 | 422 | 112 | 64 |
| Binary | 10010000 | 101001 | 11011111 | 100011 | 1010010 | 0 | 1101 | 100010010 | 1001010 | 110100 |
Color Harmonies of #9029DF
Complementary color
Monochromatic Colors of #9029DF
Black with #9029DF
Text Example
Text Example
White with #9029DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9029DF; }
p { color: rgb(144,41,223); }
H1.HeaderClassName
{
color: #9029DF;
}
.AnyTagClassName
{
color: #9029DF;
}
</style>
background-color css
<style>
a { background-color: #9029DF; }
a { background-color: rgb(144,41,223); }
div.DivClassName
{
background-color: #9029DF;
}
.BgClassName
{
background-color: #9029DF;
}
</style>
border-color css
<style>
span { border-color: #9029DF; }
span { border-color: rgb(144,41,223); }
td.TdClassName
{
border-color: #9029DF;
}
.TagClassName
{
border-color: #9029DF;
}
</style>