Shades of Blue Violet #9027DC
Tints of Blue Violet #9027DC
RGB
CMYK
RGB Variations
Color information
#9027DC (or 0x9027DC) is known color: Blue Violet. HEX triplet: 90, 27 and DC. RGB value is (144,39,220). Sum of RGB (Red+Green+Blue) = 144+39+220=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #9027DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9027DC is #6FD823. Grayscale: #5A5A5A. Windows color (decimal): -7329828 or 14428048. OLE color: 14428048.
HSL color Cylindrical-coordinate representation of color #9027DC: hue angle of 274.81º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9027DC is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 39 | 220 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.14 |
| HSL | 274.81º | 0.72% | 0.51% | - |
| HSV(B) | 274.81º | 0.82% | 0.86% | - |
| XYZ | 25.15 | 12.55 | 68.81 | - |
| YUV | 91.03 | 200.79 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 220 | 0.35 | 0.82 | 0 | 0.14 | 274.81 | 0.72 | 0.51 |
| Hex | 90 | 27 | DC | 23 | 52 | 0 | E | 113 | 48 | 33 |
| Octal | 220 | 47 | 334 | 43 | 122 | 0 | 16 | 423 | 110 | 63 |
| Binary | 10010000 | 100111 | 11011100 | 100011 | 1010010 | 0 | 1110 | 100010011 | 1001000 | 110011 |
Color Harmonies of #9027DC
Complementary color
Monochromatic Colors of #9027DC
Black with #9027DC
Text Example
Text Example
White with #9027DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9027DC; }
p { color: rgb(144,39,220); }
H1.HeaderClassName
{
color: #9027DC;
}
.AnyTagClassName
{
color: #9027DC;
}
</style>
background-color css
<style>
a { background-color: #9027DC; }
a { background-color: rgb(144,39,220); }
div.DivClassName
{
background-color: #9027DC;
}
.BgClassName
{
background-color: #9027DC;
}
</style>
border-color css
<style>
span { border-color: #9027DC; }
span { border-color: rgb(144,39,220); }
td.TdClassName
{
border-color: #9027DC;
}
.TagClassName
{
border-color: #9027DC;
}
</style>