Shades of True V #906ECB
Tints of True V #906ECB
RGB
CMYK
RGB Variations
Color information
#906ECB (or 0x906ECB) is known color: True V. HEX triplet: 90, 6E and CB. RGB value is (144,110,203). Sum of RGB (Red+Green+Blue) = 144+110+203=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #906ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906ECB is #6F9134. Grayscale: #828282. Windows color (decimal): -7311669 or 13332112. OLE color: 13332112.
HSL color Cylindrical-coordinate representation of color #906ECB: hue angle of 261.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #906ECB is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 110 | 203 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.20 |
| HSL | 261.94º | 0.47% | 0.61% | - |
| HSV(B) | 261.94º | 0.46% | 0.8% | - |
| XYZ | 27.86 | 21.39 | 59.16 | - |
| YUV | 130.77 | 168.76 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 203 | 0.29 | 0.46 | 0 | 0.20 | 261.94 | 0.47 | 0.61 |
| Hex | 90 | 6E | CB | 1D | 2E | 0 | 14 | 106 | 2F | 3D |
| Octal | 220 | 156 | 313 | 35 | 56 | 0 | 24 | 406 | 57 | 75 |
| Binary | 10010000 | 1101110 | 11001011 | 11101 | 101110 | 0 | 10100 | 100000110 | 101111 | 111101 |
Color Harmonies of #906ECB
Complementary color
Monochromatic Colors of #906ECB
Black with #906ECB
Text Example
Text Example
White with #906ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906ECB; }
p { color: rgb(144,110,203); }
H1.HeaderClassName
{
color: #906ECB;
}
.AnyTagClassName
{
color: #906ECB;
}
</style>
background-color css
<style>
a { background-color: #906ECB; }
a { background-color: rgb(144,110,203); }
div.DivClassName
{
background-color: #906ECB;
}
.BgClassName
{
background-color: #906ECB;
}
</style>
border-color css
<style>
span { border-color: #906ECB; }
span { border-color: rgb(144,110,203); }
td.TdClassName
{
border-color: #906ECB;
}
.TagClassName
{
border-color: #906ECB;
}
</style>