Shades of True V #906ECD
Tints of True V #906ECD
RGB
CMYK
RGB Variations
Color information
#906ECD (or 0x906ECD) is known color: True V. HEX triplet: 90, 6E and CD. RGB value is (144,110,205). Sum of RGB (Red+Green+Blue) = 144+110+205=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #906ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ECD is #6F9132. Grayscale: #828282. Windows color (decimal): -7311667 or 13463184. OLE color: 13463184.
HSL color Cylindrical-coordinate representation of color #906ECD: hue angle of 261.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #906ECD is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 110 | 205 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.20 |
| HSL | 261.47º | 0.49% | 0.62% | - |
| HSV(B) | 261.47º | 0.46% | 0.8% | - |
| XYZ | 28.1 | 21.49 | 60.42 | - |
| YUV | 131 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 205 | 0.30 | 0.46 | 0 | 0.20 | 261.47 | 0.49 | 0.62 |
| Hex | 90 | 6E | CD | 1E | 2E | 0 | 14 | 105 | 31 | 3E |
| Octal | 220 | 156 | 315 | 36 | 56 | 0 | 24 | 405 | 61 | 76 |
| Binary | 10010000 | 1101110 | 11001101 | 11110 | 101110 | 0 | 10100 | 100000101 | 110001 | 111110 |
Color Harmonies of #906ECD
Complementary color
Monochromatic Colors of #906ECD
Black with #906ECD
Text Example
Text Example
White with #906ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906ECD; }
p { color: rgb(144,110,205); }
H1.HeaderClassName
{
color: #906ECD;
}
.AnyTagClassName
{
color: #906ECD;
}
</style>
background-color css
<style>
a { background-color: #906ECD; }
a { background-color: rgb(144,110,205); }
div.DivClassName
{
background-color: #906ECD;
}
.BgClassName
{
background-color: #906ECD;
}
</style>
border-color css
<style>
span { border-color: #906ECD; }
span { border-color: rgb(144,110,205); }
td.TdClassName
{
border-color: #906ECD;
}
.TagClassName
{
border-color: #906ECD;
}
</style>