Shades of True V #906ECC
Tints of True V #906ECC
RGB
CMYK
RGB Variations
Color information
#906ECC (or 0x906ECC) is known color: True V. HEX triplet: 90, 6E and CC. RGB value is (144,110,204). Sum of RGB (Red+Green+Blue) = 144+110+204=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #906ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ECC is #6F9133. Grayscale: #828282. Windows color (decimal): -7311668 or 13397648. OLE color: 13397648.
HSL color Cylindrical-coordinate representation of color #906ECC: hue angle of 261.7º degrees, saturation: 0.48, 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 #906ECC is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 110 | 204 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.2 |
| HSL | 261.7º | 0.48% | 0.62% | - |
| HSV(B) | 261.7º | 0.46% | 0.8% | - |
| XYZ | 27.98 | 21.44 | 59.79 | - |
| YUV | 130.88 | 169.26 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 204 | 0.29 | 0.46 | 0 | 0.2 | 261.7 | 0.48 | 0.62 |
| Hex | 90 | 6E | CC | 1D | 2E | 0 | 14 | 106 | 30 | 3E |
| Octal | 220 | 156 | 314 | 35 | 56 | 0 | 24 | 406 | 60 | 76 |
| Binary | 10010000 | 1101110 | 11001100 | 11101 | 101110 | 0 | 10100 | 100000110 | 110000 | 111110 |
Color Harmonies of #906ECC
Complementary color
Monochromatic Colors of #906ECC
Black with #906ECC
Text Example
Text Example
White with #906ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906ECC; }
p { color: rgb(144,110,204); }
H1.HeaderClassName
{
color: #906ECC;
}
.AnyTagClassName
{
color: #906ECC;
}
</style>
background-color css
<style>
a { background-color: #906ECC; }
a { background-color: rgb(144,110,204); }
div.DivClassName
{
background-color: #906ECC;
}
.BgClassName
{
background-color: #906ECC;
}
</style>
border-color css
<style>
span { border-color: #906ECC; }
span { border-color: rgb(144,110,204); }
td.TdClassName
{
border-color: #906ECC;
}
.TagClassName
{
border-color: #906ECC;
}
</style>